I've narrowed my problem down to this makefile: VPATH = folder > all : test > > test : foo > echo $< > > foo : > touch folder/foo > (with formatting here http://sprunge.us/ifWI ) doing make twice will echo foo and then folder/foo, but I was hoping that it would be possible to get make to expand rule 3 first so that rule 2 always give folder/foo
Med vennlig hilsen Odne Hellebø _______________________________________________ Help-make mailing list Help-make@gnu.org https://lists.gnu.org/mailman/listinfo/help-make