From 30085db93daec47e624d484b155c2e8fdabe4936 Mon Sep 17 00:00:00 2001 From: rh Date: Sun, 1 Oct 2000 14:06:22 +0000 Subject: Fix datestamp problem by touching of configure script prior to configuration. --- lang/tcl-expect/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lang/tcl-expect') diff --git a/lang/tcl-expect/Makefile b/lang/tcl-expect/Makefile index ae950718290..56ae7c8386f 100644 --- a/lang/tcl-expect/Makefile +++ b/lang/tcl-expect/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/09/06 16:33:00 jwise Exp $ +# $NetBSD: Makefile,v 1.4 2000/10/01 14:06:22 rh Exp $ # DISTNAME= expect @@ -25,6 +25,9 @@ CONFIGURE_ARGS= --enable-shared \ .include "../../mk/bsd.prefs.mk" +pre-configure: + cd ${WRKSRC} && ${TOUCH} configure + test: @(cd ${WRKSRC}; ${MAKE} test) -- cgit v1.2.3