From bf4738a2b323f6aef9512e88dbd20dc1f3817014 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Wed, 6 Nov 1996 20:05:43 +0000 Subject: [PATCH] unclobbered the rebuild target --- config/RULES_DIRS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/RULES_DIRS b/config/RULES_DIRS index b1910bd79..0f4da8bfa 100644 --- a/config/RULES_DIRS +++ b/config/RULES_DIRS @@ -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)