summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1998-07-05 07:30:03 +0000
committerJason Downs <downsj@cvs.openbsd.org>1998-07-05 07:30:03 +0000
commit6953f12e14946c828488f6f60e3c54872c2bed77 (patch)
treed2f23e8f70ed354f4b53f23ceea532d9af2a50b6 /gnu
parent6bf015290608a019d3615c7366ce2df39c5c0d66 (diff)
Set CFLAGS for configure.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/bc/Makefile.bsd-wrapper4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/usr.bin/bc/Makefile.bsd-wrapper b/gnu/usr.bin/bc/Makefile.bsd-wrapper
index de5b8c4c1e3..b7e2e679091 100644
--- a/gnu/usr.bin/bc/Makefile.bsd-wrapper
+++ b/gnu/usr.bin/bc/Makefile.bsd-wrapper
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.3 1998/06/29 13:24:30 deraadt Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.4 1998/07/05 07:30:02 downsj Exp $
SUBDIR=bcwrap
@@ -25,10 +25,12 @@ config: .FORCE
-rm -f config.cache
.endif
INSTALL_PROGRAM="${INSTALL} ${INSTALL_COPY} ${INSTALL_STRIP}" \
+ CFLAGS="${CFLAGS}" \
sh ${.CURDIR}/configure --prefix=${PREFIX}/usr --infodir=${PREFIX}/usr/share/info ${CF}
config.status:
INSTALL_PROGRAM="${INSTALL} ${INSTALL_COPY} ${INSTALL_STRIP}" \
+ CFLAGS="${CFLAGS}" \
sh ${.CURDIR}/configure --prefix=${PREFIX}/usr --infodir=${PREFIX}/usr/share/info ${CF}
.ifdef NOMAN