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 | 2e2f9f3be8a4895169a9c4c67f75cc6d6d9d5281 (patch) | |
tree | f9fc9d85009ff79b6577d68782f4477205fecdba /lang | |
parent | 6ee8d7cf3eb80fa784a3c1e44b0b238a3f5b9cc1 (diff) | |
download | pkgsrc-2e2f9f3be8a4895169a9c4c67f75cc6d6d9d5281.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 |