]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* Makefile.in ($(LIBG2C)): Fix -rpath argument to libtool.
authorAlexandre Oliva <aoliva@redhat.com>
Tue, 4 Dec 2001 10:02:51 +0000 (10:02 +0000)
committerAlexandre Oliva <aoliva@gcc.gnu.org>
Tue, 4 Dec 2001 10:02:51 +0000 (10:02 +0000)
From-SVN: r47606

libf2c/ChangeLog
libf2c/Makefile.in

index 7441f47ebaa2bd42a594db07a65e3bd152a8019c..34526015ff6b51df728eb1149b3c0f7942ff0824 100644 (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.
index d45c71c57d7afbecad85c277c6b1c7449f9afbd2..8f474bfb1b9512c63f29c753fc8ee4daff6a5cc0 100644 (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 \