I need this because my Makefile calls itself, but the filename is "rules.mk", not Makefile.
So, for a recursive call I need to say: $(MAKE) $(MFLAGS) -f rules.mkBut "rules.mk" I do not want to hardcode. I might want to change the file name at some point.
Thanks! Markus _______________________________________________ help-gnu-utils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gnu-utils
