From 4719c803e3f1d1080acd3a8cb16456dc5cb5eed4 Mon Sep 17 00:00:00 2001 From: wart Date: Tue, 23 Nov 1999 21:24:59 +0000 Subject: Removed bogus dependency on "installdirs" --- win/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/win/Makefile.in b/win/Makefile.in index ac7cf22..50404e8 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -4,7 +4,7 @@ # "autoconf" program (constructs like "@foo@" will get replaced in the # actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.12 1999/11/18 02:18:35 wart Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.13 1999/11/23 21:24:59 wart Exp $ TCLVERSION = @TCL_VERSION@ VERSION = @TK_VERSION@ @@ -359,7 +359,7 @@ runtest: tktest install: all install-binaries install-libraries install-doc install-demos -install-binaries: installdirs +install-binaries: @for i in $(LIB_INSTALL_DIR) $(BIN_INSTALL_DIR) ; \ do \ echo " $$i"; \ -- cgit v0.12