From 886b31b982f98847ef167be8f99cdc95d2254e1a Mon Sep 17 00:00:00 2001 From: grant Date: Sun, 6 Jul 2003 12:31:57 +0000 Subject: set GCC_VERSION for use in GCC_ARCHDIR. remove a superfluous comment about GCC_PREFIX. XXX why is GCC_PREFIX ${PREFIX}/gcc3 ? --- lang/gcc-ssp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/gcc-ssp') diff --git a/lang/gcc-ssp/Makefile b/lang/gcc-ssp/Makefile index ea538042bd5..cb9f57aa148 100644 --- a/lang/gcc-ssp/Makefile +++ b/lang/gcc-ssp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2003/06/02 01:19:04 jschauma Exp $ +# $NetBSD: Makefile,v 1.25 2003/07/06 12:31:57 grant Exp $ DISTNAME= gcc-2.95.3 GCC_VERSION= 2.95.3 @@ -120,7 +120,7 @@ post-install: # remove empy file and directories that show up when one # does make install; make deinstall; make install post-install: - -cd ${GCC_PREFIX}/lib/gcc-lib/${MACHINE_GNU_PLATFORM}/${PKGVERSION}/include && \ + -cd ${GCC_PREFIX}/lib/gcc-lib/${MACHINE_GNU_PLATFORM}/${GCC_VERSION}/include && \ ${RM} -f fixed && \ ${RMDIR} v7 v9 .endif -- cgit v1.2.3