diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-07-14 01:18:30 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-07-14 01:18:30 +0000 |
commit | 5046334b7c9fe3f75d28a94e7d7222fc5483ad79 (patch) | |
tree | 2b57fdfa1d03da51c0c46707cc2edfcf42283c0e /libf2c | |
parent | 242859f603382c54371bd4f4f86ffe7e802e0a67 (diff) | |
download | gcc-5046334b7c9fe3f75d28a94e7d7222fc5483ad79.tar.gz |
* libU77/Makefile.in (ALL_CFLAGS): Add -I$(F2C_H_DIR).
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21129 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libf2c')
-rw-r--r-- | libf2c/ChangeLog.egcs | 4 | ||||
-rw-r--r-- | libf2c/libU77/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libf2c/ChangeLog.egcs b/libf2c/ChangeLog.egcs index da5e1631811..de22cdd3536 100644 --- a/libf2c/ChangeLog.egcs +++ b/libf2c/ChangeLog.egcs @@ -1,3 +1,7 @@ +Tue Jul 14 02:16:34 1998 Jeffrey A Law (law@cygnus.com) + + * libU77/Makefile.in (ALL_CFLAGS): Add -I$(F2C_H_DIR). + 1998-07-06 Mike Stump <mrs@wrs.com> * Makefile.in (clean): Don't remove Makefiles, that is done in diff --git a/libf2c/libU77/Makefile.in b/libf2c/libU77/Makefile.in index 9100382c918..862319bde62 100644 --- a/libf2c/libU77/Makefile.in +++ b/libf2c/libU77/Makefile.in @@ -47,7 +47,7 @@ SHELL = /bin/sh # fio.h is in libI77. config.h is in `.'. ALL_CFLAGS = -I. -I$(srcdir) -I$(F2C_H_DIR)/libI77 -I$(G2C_H_DIR) \ - $(CPPFLAGS) $(DEFS) $(CFLAGS) + -I$(F2C_H_DIR) $(CPPFLAGS) $(DEFS) $(CFLAGS) # This could probably be done more elegantly, but it's currently # just for running the u77-test test. |