]> www.ginac.de Git - cln.git/commitdiff
* src/Makefile.in: Fix for parallel build: wait for subdir objects to
authorRichard Kreckel <kreckel@ginac.de>
Fri, 30 Apr 2004 22:14:41 +0000 (22:14 +0000)
committerRichard Kreckel <kreckel@ginac.de>
Fri, 30 Apr 2004 22:14:41 +0000 (22:14 +0000)
be finished before creating the library.

ChangeLog
src/Makefile.in

index 44a30760bebce42aed69ba11de3edc21fdf6ec8d..f78520fdbd095977440efbc4a4295acd66e69cdc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-05-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * src/Makefile.in: Fix for parallel build: wait for subdir objects to
+       be finished before creating the library.
+
 2004-04-30  Richard B. Kreckel  <kreckel@ginac.de>
 
        * src/integer/output/cl_I_print.cc (print_integer): workaround
index 4fade8f5cf4e58caf7fb70f87e6417f5bd89ce53..f50de63ca74caa9d0f1b8a7dc190e26db3dbe773 100644 (file)
@@ -199,6 +199,8 @@ $(SUBDIRS_DIRDEP) : %.dirdep :
 
 ifeq ($(SUBDIR),.)
 
+$(ALLOBJECTS_LO) : $(SUBDIRS_TARGET)
+
 libcln.la : $(LIBTOOL) $(ALLOBJECTS_LO)
        $(LIBTOOL_LINK) $(CC) -o libcln.la -rpath $(libdir) -version-info $(CL_CURRENT):$(CL_REVISION):$(CL_AGE) $(LDFLAGS) $(LIBS) $(ALLOBJECTS_LO)