On 13 jul 2006, at 16:49, Alexandre Leclerc wrote:
n the following structure I made two Makefile.fpc: ./Makefile.fpc ./bin/Makefile.fpc Code of ./Makefile.fpc: [target] dirs=bin [rules] clean: clean $(MAKE) -C bin clean
You have to put a tab character in front of the "$(MAKE) .." command. If there are spaces instead of a tab, you will get the error you reported.
Jonas _______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal