%% Torleif Sandnes <[EMAIL PROTECTED]> writes: ts> Moving the entire project to another directory and starting make ts> again worked fine. I take this to mean there was no problem with ts> my makefile. Rather, I think it may be a problem with the mingw ts> make (v. 3.80).
ts> The directory I originally built the project from was: ts> C:\Documents and Settings\hwigtil\my documents\eclipse\avrstudio\test\data\program\aprogramwithlongpath\default Note that GNU make doesn't handle filenames containing whitespace very well. -- ------------------------------------------------------------------------------- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org "Please remain calm...I may be mad, but I am a professional." --Mad Scientist _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
