Hi All, I have a variable in my makefile script, whose values may be src_more = dir1/foo1.c dir2/foo2.c I wonder how to expand the variable to ---------------------------------------- vpath foo1.c dir1 vpath foo2.c dir2 ---------------------------------------- in the makefile script (with the ending newline at the end of each line)?
Best Regards, Jul 29, 2008 _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
