Makefile.in (FLAGS_TO_PASS, [...]): Use $(TARGET_SUBDIR) instead of hardcoding "libra...
authorJeffrey A Law <law@cygnus.com>
Sat, 27 Jun 1998 22:09:32 +0000 (22:09 +0000)
committerJeff Law <law@gcc.gnu.org>
Sat, 27 Jun 1998 22:09:32 +0000 (16:09 -0600)
        * Makefile.in (FLAGS_TO_PASS, case G2C_H_DIR): Use $(TARGET_SUBDIR)
        instead of hardcoding "libraries".

From-SVN: r20762

libf2c/ChangeLog.egcs
libf2c/Makefile.in

index 6652fcd462d1b9adaa7c1b674cec1eaf153746f2..ce1e3382bef50123c8f2b5ad1f2a10326dc0a2b0 100644 (file)
@@ -1,3 +1,8 @@
+Sat Jun 27 23:04:49 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * Makefile.in (FLAGS_TO_PASS, case G2C_H_DIR): Use $(TARGET_SUBDIR)
+       instead of hardcoding "libraries".
+
 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
 
        * Makefile.in (gcc_version_trigger): Add new macro.
index e9a027eea1bc6477ebb33e3f563a8793291d1494..93a21a5c1ab9ff0a18b538479a81e8823dc54014 100644 (file)
@@ -67,7 +67,7 @@ FLAGS_TO_PASS= \
        "CC=$(CC)" \
        "CFLAGS=$(CFLAGS)" \
        "F2C_H_DIR=$(s)/libf2c" \
-       "G2C_H_DIR=$(r)/libraries/libf2c" \
+       "G2C_H_DIR=$(r)/$(TARGET_SUBDIR)/libf2c" \
        "GCC_H_DIR=$(s)/include" \
        "LIBCFLAGS=$(LIBCFLAGS)" \
        "PICFLAG=$(PICFLAG)" \