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:
parent
81241b5e65
commit
3efa279767
@ -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.
|
||||
|
@ -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)" \
|
||||
|
Loading…
Reference in New Issue
Block a user