2006/7/13, Jonas Maebe <[EMAIL PROTECTED]>:

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.

You won a piece of robot!

Thank you very much.

--
Alexandre Leclerc
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to