Browse Source

Fix bug introduced on 2008-02-23.

master
Bruno Haible 17 years ago
parent
commit
2307cdd28b
  1. 5
      ChangeLog
  2. 2
      src/Makefile.in

5
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...

2
src/Makefile.in

@ -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

Loading…
Cancel
Save