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

From-SVN: r43761
This commit is contained in:
Zack Weinberg 2001-07-04 17:31:36 +00:00 committed by Zack Weinberg
parent 266aae9b3b
commit 861c44d0c9
2 changed files with 4 additions and 3 deletions

View File

@ -1,3 +1,7 @@
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>
* libI77/fio.h: Include <sys/types.h> for off_t.

View File

@ -59,15 +59,12 @@ CFLAGS = @CFLAGS@
# List of variables to pass to sub-makes.
# 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= \
CC='$(CC)' \
CFLAGS='$(CFLAGS)' \
CPPFLAGS='$(CPPFLAGS)' \
AR='$(AR)' \
RANLIB='$(RANLIB)' \
PICFLAG='$(PICFLAG)' \
RUNTESTFLAGS='$(RUNTESTFLAGS)' \
prefix='$(prefix)' \
exec_prefix='$(exec_prefix)' \
libdir='$(libdir)' \