unclobbered the rebuild target

This commit is contained in:
Jeff Hill
1996-11-06 20:05:43 +00:00
parent 4449495196
commit bf4738a2b3

View File

@@ -25,6 +25,8 @@ actionArchTargets = $(foreach action, $(ACTIONS) install,\
all install :: inc buildInstall
rebuild:: clean all
$(DIRS) $(dirActionTargets) $(dirArchTargets)$(dirActionArchTargets) ::
$(MAKE) -C $(dirPart) $(actionArchPart)
@@ -36,7 +38,7 @@ $(ACTIONS) $(actionArchTargets) :%: \
$(foreach dir, $(DIRS), $(dir)$(DIVIDER)%)
.PHONY : $(DIRS) all install
.PHONY : $(DIRS) all install rebuild
.PHONY : $(ARCHS) $(ACTIONS)
.PHONY : $(dirActionTargets) $(dirArchTargets)
.PHONY : $(dirActionArchTargets)