From 861c44d0c94742492ae78c5ed6c1fc5b6364501c Mon Sep 17 00:00:00 2001 From: Zack Weinberg Date: Wed, 4 Jul 2001 17:31:36 +0000 Subject: [PATCH] * Makefile.in: Take PICFLAG and RUNTESTFLAGS out of FLAGS_TO_PASS. From-SVN: r43761 --- libf2c/ChangeLog | 4 ++++ libf2c/Makefile.in | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/libf2c/ChangeLog b/libf2c/ChangeLog index 1a6f0734581..264efa32f6b 100644 --- a/libf2c/ChangeLog +++ b/libf2c/ChangeLog @@ -1,3 +1,7 @@ +2001-07-04 Zack Weinberg + + * Makefile.in: Take PICFLAG and RUNTESTFLAGS out of FLAGS_TO_PASS. + 2001-07-01 Toon Moene * libI77/fio.h: Include for off_t. diff --git a/libf2c/Makefile.in b/libf2c/Makefile.in index 9075360fe9b..d925519df2d 100644 --- a/libf2c/Makefile.in +++ b/libf2c/Makefile.in @@ -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)' \