Commit 1b3ea405 by Alexandre Oliva Committed by Alexandre Oliva

* Makefile.in ($(LIBG2C)): Fix -rpath argument to libtool.

From-SVN: r47606
parent 90f86cb5
2001-12-04 Alexandre Oliva <aoliva@redhat.com>
* Makefile.in ($(LIBG2C)): Fix -rpath argument to libtool.
* Makefile.in (AR, RANLIB): Add, for substitutions.
(all-unilib, $(LIBG2C)): Depend on object lists, not
convenience libraries.
......
......@@ -142,7 +142,7 @@ i77 f77 u77: g2c.h
$(LIBG2C): s-libi77 s-libf77 s-libu77 s-libe77
$(LIBTOOL) --mode=link $(CC) -o $@ \
-version-info $(VERSION_MAJOR):$(VERSION_MINOR):$(VERSION_SUB) \
-rpath $(prefix)/lib \
-rpath $(libsubdir)/$(MULTISUBDIR) \
-objectlist s-libe77 \
-objectlist s-libf77 \
-objectlist s-libi77 \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment