Commit c2d8a824 by Jeffrey A Law Committed by Jeff Law

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

From-SVN: r21129
parent cdfaa202
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> 1998-07-06 Mike Stump <mrs@wrs.com>
* Makefile.in (clean): Don't remove Makefiles, that is done in * Makefile.in (clean): Don't remove Makefiles, that is done in
......
...@@ -47,7 +47,7 @@ SHELL = /bin/sh ...@@ -47,7 +47,7 @@ SHELL = /bin/sh
# fio.h is in libI77. config.h is in `.'. # fio.h is in libI77. config.h is in `.'.
ALL_CFLAGS = -I. -I$(srcdir) -I$(F2C_H_DIR)/libI77 -I$(G2C_H_DIR) \ 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 # This could probably be done more elegantly, but it's currently
# just for running the u77-test test. # just for running the u77-test test.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment