Hi Michalis,
|pasdoc.css.inc will be deleted when the clean target is run before
building. | source/component/Makefile
Looks to me that the failing rule at top level Makefile line 192/3:
is missing a dependency on pasdoc.css.inc
There needs to be a target pasdoc.css.inc:
The recipe would be in source/component/Makefile
Its is likely that other targets need to depend on pasdoc.css.inc
Regards,
Peter
P.S.
The bug is only minor. I don't think there is any plan to
do official builds with make --shuffle=reverse