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

From-SVN: r47606
This commit is contained in:
Alexandre Oliva 2001-12-04 10:02:51 +00:00 committed by Alexandre Oliva
parent 90f86cb5d1
commit 1b3ea405b0
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
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.

View File

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