Fix make all

This commit is contained in:
Simo Sorce
2008-06-16 14:28:20 -04:00
parent 798d345e13
commit 2dc64eddd4

View File

@@ -52,7 +52,7 @@ SERV_SELINUX_TARBALL=$(SERV_SELINUX_TARBALL_PREFIX).tgz
LIBDIR ?= /usr/lib
all: bootstrap-autogen
all: version-update bootstrap-autogen
@for subdir in $(SUBDIRS); do \
(cd $$subdir && $(MAKE) $@) || exit 1; \
done