diff options
Diffstat (limited to 'editors/pico/Makefile')
-rw-r--r-- | editors/pico/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/pico/Makefile b/editors/pico/Makefile index c3207c957dd..533bcba858c 100644 --- a/editors/pico/Makefile +++ b/editors/pico/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2002/01/13 21:52:31 hubertf Exp $ +# $NetBSD: Makefile,v 1.30 2002/05/29 14:45:57 yyamano Exp $ # DISTNAME= pine4.44 @@ -23,7 +23,7 @@ BUILDNAME= so5 BUILDNAME= neb .endif -MAKE_ENV+= STRIPFLAG= # debug... +MAKE_ENV+= _STRIPFLAG_INSTALL= # debug... do-build: cd ${WRKSRC} && ./build ${BUILDNAME} CC="${LIBTOOL} ${CC}" \ |