changeset 1868:00738dd0dce6

Oops. Fix parallel build.
author Jonathan Schleifer <js@h3c.de>
date Tue, 25 Sep 2007 16:51:17 +0200
parents f83e1be5b3fa
children 0380796ac439 50f1c5a40a7d
files buildsys.mk.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/buildsys.mk.in	Tue Sep 25 17:24:25 2007 +0300
+++ b/buildsys.mk.in	Tue Sep 25 16:51:17 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