]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Makefile.in: Move libg2c.so and libg2c.{l}a to the same directory at install.
authorToon Moene <toon@moene.indiv.nluug.nl>
Fri, 5 Oct 2001 06:51:46 +0000 (08:51 +0200)
committerToon Moene <toon@gcc.gnu.org>
Fri, 5 Oct 2001 06:51:46 +0000 (06:51 +0000)
2001-10-05  Toon Moene  <toon@moene.indiv.nluug.nl>

* Makefile.in: Move libg2c.so and libg2c.{l}a to
the same directory at install.

From-SVN: r46029

libf2c/ChangeLog
libf2c/Makefile.in

index 4a50b123f02d9c3a635db6f6bdaf7ff9c3f3915d..64a0ec6eab0d3eff441719580c6b68150f453151 100644 (file)
@@ -1,3 +1,8 @@
+2001-10-05  Toon Moene  <toon@moene.indiv.nluug.nl>
+
+       * Makefile.in: Move libg2c.so and libg2c.{l}a to
+       the same directory at install.
+
 2001-10-03  Toon Moene  <toon@moene.indiv.nluug.nl>
 
        * Makefile.in: Add "AR" reference, change
index 579182a1b358c0ba26eeca14f2e75ae71646549d..c9a775336eafe75eb1f0714c38bb0507ca7a03d2 100644 (file)
@@ -207,10 +207,7 @@ check:
 
 install: all
        $(LIBTOOL) --mode=install $(INSTALL_DATA) $(LIBG2C) $(libsubdir)/$(MULTISUBDIR)
-       (cd $(libsubdir)/$(MULTISUBDIR) ; \
-          if [ -f $(LIBG2C_BASE).so ]; then \
-            mv $(LIBG2C_BASE).so* $(prefix)/lib ;\
-          fi)
+       (cd $(libsubdir)/$(MULTISUBDIR) ; mv -f $(LIBG2C_BASE).* $(prefix)/lib)
        $(INSTALL_DATA) libfrtbegin.a $(libsubdir)/$(MULTISUBDIR)
        $(RANLIB) $(libsubdir)/$(MULTISUBDIR)/libfrtbegin.a
        $(INSTALL_DATA) g2c.h $(libsubdir)/include/g2c.h