From a92d5feb0012e1b966b9c6bd8d1a2fb24d8495fb Mon Sep 17 00:00:00 2001 From: jlam Date: Sun, 26 Sep 2004 21:38:03 +0000 Subject: Make _WRAPPEES into a public variable so that we can more easily create wrapper scripts in package-land. --- lang/gcc3/Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/gcc3') diff --git a/lang/gcc3/Makefile.common b/lang/gcc3/Makefile.common index bebc9d58287..0e13a93ae23 100644 --- a/lang/gcc3/Makefile.common +++ b/lang/gcc3/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.11 2004/09/21 15:04:34 jlam Exp $ +# $NetBSD: Makefile.common,v 1.12 2004/09/26 21:38:03 jlam Exp $ GCC_VERSION= 3.3.4 DISTNAME= gcc-${GCC_VERSION} @@ -120,7 +120,7 @@ GCC_ARCHSUBDIR= ${GCC_SUBPREFIX}/lib/gcc-lib/${GCC_PLATFORM}/${GCC_VERSION} GCC_ARCHDIR= ${PREFIX}/${GCC_ARCHSUBDIR} .if defined(INSTLIBS) -_WRAPPEES+= LIBTOOL +WRAPPEES+= LIBTOOL .PHONY: scrub-libtool-archives post-build: scrub-libtool-archives -- cgit v1.2.3