diff options
author | jlam <jlam@pkgsrc.org> | 2004-09-26 21:38:03 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-09-26 21:38:03 +0000 |
commit | a92d5feb0012e1b966b9c6bd8d1a2fb24d8495fb (patch) | |
tree | f9fc9d85009ff79b6577d68782f4477205fecdba /lang | |
parent | 320e487b448ca02824eda192de7b3bb5c151c03d (diff) | |
download | pkgsrc-a92d5feb0012e1b966b9c6bd8d1a2fb24d8495fb.tar.gz |
Make _WRAPPEES into a public variable so that we can more easily create
wrapper scripts in package-land.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc3/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
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 |