changeset 3630:773f69be3d14

Oops. Fix parallel build.
author Jonathan Schleifer <js@h3c.de>
date Tue, 25 Sep 2007 16:50:44 +0200
parents 5481a48b3101
children 6aea4fb32ef4
files buildsys.mk.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/buildsys.mk.in	Tue Sep 25 16:27:07 2007 +0200
+++ b/buildsys.mk.in	Tue Sep 25 16:50:44 2007 +0200
@@ -75,7 +75,7 @@
 .PHONY: all subdirs depend install uninstall clean distclean
 
 all:
-	for i in subdirs depend ${OBJS} ${STATIC_LIB} ${STATIC_LIB_NOINST} ${LIB} ${LIB_NOINST} ${PLUGIN} ${PLUGIN_NOINST} ${PROG} ${PROG_NOINST}; do \
+	for i in subdirs depend ${STATIC_LIB} ${STATIC_LIB_NOINST} ${LIB} ${LIB_NOINST} ${PLUGIN} ${PLUGIN_NOINST} ${PROG} ${PROG_NOINST}; do \
 		${MAKE} ${MFLAGS} $$i || exit 1; \
 	done