On Fri, 2007-06-08 at 13:01 +0000, sharan basappa wrote: > Must remake target `dir1/print2dir1.d;'. > make: *** No rule to make target `dir1/print2dir1.d;'. Stop.
Whoops, I didn't even notice this. Your problem is you have a ";" at the end of the filename. Your filename is dir1/print2dir1.d; not dir1/print2dir1.d. I expect your sed script is broken and is generating incorrect filenames. I suggest you take a look at your output .d files and make sure they're accurate. -- ------------------------------------------------------------------------------- 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
