summaryrefslogtreecommitdiff
path: root/gnu/lib
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2007-11-05 17:02:44 +0000
committerMarc Espie <espie@cvs.openbsd.org>2007-11-05 17:02:44 +0000
commit6b192991e3349cab22ab2537adb8ca14caa175df (patch)
treec47abd52b182822bc04a4ca79175a888c1fb132d /gnu/lib
parentbdaf82fba4460d5275ea2c20bccec30accd23f1f (diff)
make sure configure does not hardcode MAKE in its generated makefile.
(GNU people high on LSD... ? ??? )
Diffstat (limited to 'gnu/lib')
-rw-r--r--gnu/lib/libstdc++/Makefile.bsd-wrapper3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/lib/libstdc++/Makefile.bsd-wrapper b/gnu/lib/libstdc++/Makefile.bsd-wrapper
index c9d57cff6fd..26089db3d7c 100644
--- a/gnu/lib/libstdc++/Makefile.bsd-wrapper
+++ b/gnu/lib/libstdc++/Makefile.bsd-wrapper
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.7 2006/11/07 18:39:51 espie Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.8 2007/11/05 17:02:43 espie Exp $
.include "${.CURDIR}/shlib_version"
SHLIB_MAJOR=${major}
@@ -49,6 +49,7 @@ config.status:
INSTALL_PROGRAM="${INSTALL} ${INSTALL_COPY} ${INSTALL_STRIP}" \
CC="${CC}" CXX="${CXX}" CFLAGS="${CFLAGS} ${COPTS}" \
CXXFLAGS="${CXXFLAGS} ${COPTS}" \
+ MAKE="${MAKE}" \
/bin/sh ${.CURDIR}/libstdc++/configure \
--prefix=/usr \
--disable-nls \