From 7207f005e4db8a94c3a829c42d9461e37fcba1b6 Mon Sep 17 00:00:00 2001 From: tron Date: Sat, 13 Jan 2001 00:34:55 +0000 Subject: Fix thinko in last commit. --- lang/gcc/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'lang') diff --git a/lang/gcc/Makefile b/lang/gcc/Makefile index 6cbb708e343..537d0d9e9ea 100644 --- a/lang/gcc/Makefile +++ b/lang/gcc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/01/13 00:21:11 tron Exp $ +# $NetBSD: Makefile,v 1.11 2001/01/13 00:34:55 tron Exp $ DISTNAME= gcc-2.95.2 CATEGORIES= lang @@ -65,10 +65,9 @@ post-build: done .endif +.if (${OPSYS} != SunOS) post-install: -.if (${OPSYS} == SunOS) - ${RM} -f ${GCC_PREFIX}/bin/cc -.else + ${LN} -s gcc ${PREFIX}/${PKGNAME}/bin/cc ${RM} -f ${GCC_PREFIX}/lib/gcc-lib/${MACHINE_GCC_PLATFORM}/${GCC_VERSION}/include/curses.h ${INSTALL_DATA} ${WRKDIR}/gcc.mk ${PREFIX}/etc/${PKGNAME}.mk .endif -- cgit v1.2.3