From 0529163026b2817a389cb909fcaf701b99cc1d15 Mon Sep 17 00:00:00 2001 From: Bill Fenner Date: Wed, 15 Oct 1997 20:35:20 +0000 Subject: Don't use the libs.tcl from the distribution; let it get dynamically generated instead. Fixes tcl library mismatch warning. --- mbone/sdr/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'mbone') diff --git a/mbone/sdr/Makefile b/mbone/sdr/Makefile index 4c9acb1c9832..db78b22c5a07 100644 --- a/mbone/sdr/Makefile +++ b/mbone/sdr/Makefile @@ -3,7 +3,7 @@ # Date created: 5 September 1996 # Whom: Bill Fenner # -# $Id: Makefile,v 1.4 1997/04/20 13:19:25 wosch Exp $ +# $Id: Makefile,v 1.5 1997/09/11 03:54:57 fenner Exp $ # DISTNAME= sdr.V2.3a1 @@ -20,4 +20,9 @@ NO_WRKSUBDIR= yes USE_GMAKE= yes USE_X11= yes +# src/libs.tcl is autogenerated from the tcl/tk installed on the +# build system, so we shouldn't use the one in the distribution. +post-extract: + -@rm ${WRKSRC}/src/libs.tcl + .include -- cgit v1.2.3