From 6d131dc5573d9b8a35dc2a16723f1a418e6b3772 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Tue, 15 Dec 1998 00:34:14 +0000 Subject: push CC and CFLAGS; wd@ics.nara-wu.ac.jp --- usr.sbin/httpd/src/Makefile.bsd-wrapper | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/usr.sbin/httpd/src/Makefile.bsd-wrapper b/usr.sbin/httpd/src/Makefile.bsd-wrapper index b0a49b4a67e..a3a67551eb7 100644 --- a/usr.sbin/httpd/src/Makefile.bsd-wrapper +++ b/usr.sbin/httpd/src/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.10 1998/11/07 21:33:20 millert Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.11 1998/12/15 00:34:13 deraadt Exp $ .include PROG=httpd BINDIR=/usr/sbin @@ -16,6 +16,7 @@ helpers/GuessOS: config: .FORCE PATH="/bin:/usr/bin:/sbin:/usr/sbin" \ + CC="${CC}" CFLAGS="${CFLAGS}" \ sh ${.CURDIR}/Configure -file ${.OBJDIR}/Configuration -make ${.CURDIR}/Makefile.tmpl Makefile: helpers/GuessOS @@ -27,6 +28,7 @@ Makefile: helpers/GuessOS chmod +x ${.CURDIR}/helpers/$$f ; \ done PATH="/bin:/usr/bin:/sbin:/usr/sbin" \ + CC="${CC}" CFLAGS="${CFLAGS}" \ sh ${.CURDIR}/Configure -file ${.OBJDIR}/Configuration -make ${.CURDIR}/Makefile.tmpl install: -- cgit v1.2.3