Removed rebuild from ACTIONS definition.

This commit is contained in:
Janet B. Anderson
2002-11-27 21:35:07 +00:00
parent 6f7ecedea4
commit f131fe59ac
2 changed files with 1 additions and 2 deletions

View File

@@ -22,7 +22,6 @@ ACTIONS += build
ACTIONS += install
ACTIONS += buildInstall
ACTIONS += browse
ACTIONS += rebuild
actionPart = $(word 1, $(subst $(DIVIDER), ,$@))
archPart = $(word 2, $(subst $(DIVIDER), ,$@))

View File

@@ -13,7 +13,7 @@
ARCHS += $(BUILD_ARCHS)
ACTIONS += inc build install buildInstall clean realclean rebuild
ACTIONS += inc build install buildInstall clean realclean
dirPart = $(word 1, $(subst $(DIVIDER), ,$@))
actionArchPart = $(join $(word 2, $(subst $(DIVIDER), ,$@)), \