Makefile.in (FLAGS_TO_PASS, [...]): Use $(TARGET_SUBDIR) instead of hardcoding "libraries".

* Makefile.in (FLAGS_TO_PASS, case G2C_H_DIR): Use $(TARGET_SUBDIR)
        instead of hardcoding "libraries".

From-SVN: r20762
This commit is contained in:
Jeffrey A Law 1998-06-27 22:09:32 +00:00 committed by Jeff Law
parent 81241b5e65
commit 3efa279767
2 changed files with 6 additions and 1 deletions

View 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.

View 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)" \