make default action build all packages, like the comment says

This commit is contained in:
Chris PeBenito 2006-02-15 21:35:27 +00:00
parent 90b331fa99
commit ddb9aafc84
1 changed files with 3 additions and 3 deletions

View File

@ -37,9 +37,9 @@ vpath %.fc $(ALL_LAYERS)
#
# default action: create all module packages
#
default: base
default: policy
all: base modules
all policy: base modules
base: $(BASE_PKG)
@ -217,4 +217,4 @@ clean:
rm -f $(BUILDDIR)/*.pp
rm -fR $(TMPDIR)
.PHONY: default all base modules install load clean
.PHONY: default all policy base modules install load clean