Commit 861c44d0 by Zack Weinberg Committed by Zack Weinberg

* Makefile.in: Take PICFLAG and RUNTESTFLAGS out of FLAGS_TO_PASS.

From-SVN: r43761
parent 266aae9b
2001-07-04 Zack Weinberg <zackw@stanford.edu>
* Makefile.in: Take PICFLAG and RUNTESTFLAGS out of FLAGS_TO_PASS.
2001-07-01 Toon Moene <toon@moene.indiv.nluug.nl> 2001-07-01 Toon Moene <toon@moene.indiv.nluug.nl>
* libI77/fio.h: Include <sys/types.h> for off_t. * libI77/fio.h: Include <sys/types.h> for off_t.
......
...@@ -59,15 +59,12 @@ CFLAGS = @CFLAGS@ ...@@ -59,15 +59,12 @@ CFLAGS = @CFLAGS@
# List of variables to pass to sub-makes. # List of variables to pass to sub-makes.
# Quote this way so that it can be used to set shell variables too. # Quote this way so that it can be used to set shell variables too.
# Currently no use for PICFLAG, RUNTESTFLAGS -- check usage.
FLAGS_TO_PASS= \ FLAGS_TO_PASS= \
CC='$(CC)' \ CC='$(CC)' \
CFLAGS='$(CFLAGS)' \ CFLAGS='$(CFLAGS)' \
CPPFLAGS='$(CPPFLAGS)' \ CPPFLAGS='$(CPPFLAGS)' \
AR='$(AR)' \ AR='$(AR)' \
RANLIB='$(RANLIB)' \ RANLIB='$(RANLIB)' \
PICFLAG='$(PICFLAG)' \
RUNTESTFLAGS='$(RUNTESTFLAGS)' \
prefix='$(prefix)' \ prefix='$(prefix)' \
exec_prefix='$(exec_prefix)' \ exec_prefix='$(exec_prefix)' \
libdir='$(libdir)' \ libdir='$(libdir)' \
......
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