]> www.ginac.de Git - cln.git/commitdiff
Fix bug introduced on 2008-02-23.
authorBruno Haible <bruno@clisp.org>
Mon, 24 Mar 2008 02:03:41 +0000 (02:03 +0000)
committerBruno Haible <bruno@clisp.org>
Mon, 24 Mar 2008 02:03:41 +0000 (02:03 +0000)
ChangeLog
src/Makefile.in

index c24586cd3615d1e21a4aab1ce02a742a4d185561..8289a00f2abc9eb12a5fd7c400bf7737be9605d3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-03-23  Bruno Haible  <bruno@clisp.org>
+
+       Make "make -jN" work again, broken on 2008-02-23.
+       * src/Makefile.in (ALLOBJECTS_LO): Fix dependency.
+
 2008-03-15  Richard B. Kreckel  <kreckel@ginac.de>
 
        * m4/gmp.m4 (CL_LIBGMP): New macro brings support for --with-gmp=DIR...
index 741bff508bd179391b1f09ffd9da3df82adb84b4..a91e401b116d67745a355d7b3fca693379fca14b 100644 (file)
@@ -231,7 +231,7 @@ endif
 
 ifeq (${SUBDIR},.)
 
-${ALLOBJECTS_LO} : ${SUBDIRS_TARGET}
+${ALLOBJECTS_LO} : ${SUBDIRS_TARGET_ALL}
 
 libcln.la : ${LIBTOOL} ${ALLOBJECTS_LO}
        echo ${ALLOBJECTS_LO} | tr ' ' '\n' > libcln.objectlist