Removed rebuild from ACTIONS, rebuild depends on clean install.

This commit is contained in:
Janet B. Anderson
2008-07-03 18:44:50 +00:00
parent 963c43a198
commit 3b10db881c

View File

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