Allow rebuild.<arch> on make command line.

This commit is contained in:
Janet B. Anderson
2007-03-22 21:14:51 +00:00
parent deb26d7ea7
commit 61017bbc67

View File

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