Browse Source

* src/Makefile.in: Fix for parallel build: wait for subdir objects to

be finished before creating the library.
master
Richard Kreckel 21 years ago
parent
commit
85a244e45d
  1. 5
      ChangeLog
  2. 2
      src/Makefile.in

5
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

2
src/Makefile.in

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

Loading…
Cancel
Save