OSDN Git Service

* libU77/Makefile.in (ALL_CFLAGS): Add -I$(F2C_H_DIR).
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 14 Jul 1998 01:18:30 +0000 (01:18 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 14 Jul 1998 01:18:30 +0000 (01:18 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21129 138bc75d-0d04-0410-961f-82ee72b054a4

libf2c/ChangeLog.egcs
libf2c/libU77/Makefile.in

index da5e163..de22cdd 100644 (file)
@@ -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
index 9100382..862319b 100644 (file)
@@ -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.