Hello!
ALL = $(addsuffix -all,$(SUBDIRS))
all: $(ALL)
$(ALL):
$(MAKE) -C $(@:-all=) all
Wow, just tried it and it works. Great! But what is the $(@:-all=) variable reference you are using? I could not find anything about it in the make 3.80 manual.
Cheers Daniel _______________________________________________ help-gnu-utils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gnu-utils
