* libU77/Makefile.in (ALL_CFLAGS): Add -I$(F2C_H_DIR).

From-SVN: r21129
This commit is contained in:
Jeffrey A Law 1998-07-14 01:18:30 +00:00 committed by Jeff Law
parent cdfaa20223
commit c2d8a824e6
2 changed files with 5 additions and 1 deletions

View 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

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