diff options
author | agc <agc> | 1999-09-24 12:58:34 +0000 |
---|---|---|
committer | agc <agc> | 1999-09-24 12:58:34 +0000 |
commit | 1ecc01805767f2cd9c15819f4dcb97c65d46a8a7 (patch) | |
tree | 95781d3893ed31cbf365bd10d424d319ef30a2b9 /pkgtools | |
parent | 247f6626e504b159f6f941f85a5146e5161d4f58 (diff) | |
download | pkgsrc-1ecc01805767f2cd9c15819f4dcb97c65d46a8a7.tar.gz |
Make sure that gcc is used to compile this, passing it down through the
environment, so that the correct prefix is set by default.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/gensolpkg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/gensolpkg/Makefile b/pkgtools/gensolpkg/Makefile index c91efaa13e3..d0799af5e0c 100644 --- a/pkgtools/gensolpkg/Makefile +++ b/pkgtools/gensolpkg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/09/23 14:25:08 agc Exp $ +# $NetBSD: Makefile,v 1.2 1999/09/24 12:58:34 agc Exp $ # DISTNAME= gensolpkg-1.0 @@ -10,7 +10,7 @@ HOMEPAGE= http://www.westley.demon.co.uk/software.html ONLY_FOR_PLATFORM= SunOS-*-* # uses Solaris pkgmk(1) -MAKE_ENV+= CPPFLAGS="" +MAKE_ENV+= CPPFLAGS="" CC=${CC} do-install: cd ${WRKSRC} && ${MAKE} install PREFIX=${PREFIX} |