Hello all,
I'm running into trouble using 'make'.
With this very simple test case of a Makefile:
dir :
printf "Making dir...\n"
mkdir OBJECTS
(Note that 'dir :' isn't really indented.)
I get the error "File '-c' not found" when I invoke 'make', and the dir
'OBJECTS' is not made. If I comment out the 'printf' line, the dir is made.
Can anyone shed any light on this obscure error message for me?
TIA,
WPB
_______________________________________________
GCCSDK mailing list gcc@gccsdk.riscos.info
Bugzilla: http://www.riscos.info/bugzilla/index.cgi
List Info: http://www.riscos.info/mailman/listinfo/gcc
Main Page: http://www.riscos.info/index.php/GCCSDK
No comments:
Post a Comment