OSDN Git Service

* Makefile.in (FLAGS_TO_PASS, case G2C_H_DIR): Use $(TARGET_SUBDIR)
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 27 Jun 1998 22:09:32 +0000 (22:09 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 27 Jun 1998 22:09:32 +0000 (22:09 +0000)
        instead of hardcoding "libraries".

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20762 138bc75d-0d04-0410-961f-82ee72b054a4

libf2c/ChangeLog.egcs
libf2c/Makefile.in

index 6652fcd..ce1e338 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 e9a027e..93a21a5 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)" \