On Thursday 13 July 2006 14:49, Alexandre Leclerc wrote:

> Now when I execute, I get a problem:
> make clean
> makefile:1341: *** missing separator.  Stop.

This is GNUmake. You need <TAB> chars instead of spaces in your 
rule-commands:

> clean: clean
>  $(MAKE) -C bin clean
  ^ about here


Vinzent.

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

Reply via email to