diff options
-rw-r--r-- | lang/tcl80/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/tcl80/Makefile b/lang/tcl80/Makefile index d96d20afda2..ac7b5c7259a 100644 --- a/lang/tcl80/Makefile +++ b/lang/tcl80/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 1999/04/03 14:26:01 tron Exp $ +# $NetBSD: Makefile,v 1.22 1999/04/03 14:30:54 tron Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1997/08/20 10:33:35 jkh Exp # @@ -16,7 +16,6 @@ GNU_CONFIGURE= yes # Use disable-shared, so that libtool works with the generated Makefile USE_LIBTOOL= yes CONFIGURE_ARGS+= --disable-shared -SH= ${PREFIX}/bash test: cd ${WRKSRC} && ${SETENV} LIBTOOL=${LIBTOOL} PREFIX=${PREFIX} ${MAKE} test |