diff options
author | wart <wart> | 1999-11-23 21:24:59 (GMT) |
---|---|---|
committer | wart <wart> | 1999-11-23 21:24:59 (GMT) |
commit | 4719c803e3f1d1080acd3a8cb16456dc5cb5eed4 (patch) | |
tree | dfe0a2e9e16661e22a12fd1516d40a6d9b65d51f /win | |
parent | b9ca3c2ad4dbadd8b78a7215188e8c9a16ff6a39 (diff) | |
download | tk-4719c803e3f1d1080acd3a8cb16456dc5cb5eed4.zip tk-4719c803e3f1d1080acd3a8cb16456dc5cb5eed4.tar.gz tk-4719c803e3f1d1080acd3a8cb16456dc5cb5eed4.tar.bz2 |
Removed bogus dependency on "installdirs"
Diffstat (limited to 'win')
-rw-r--r-- | win/Makefile.in | 4 |
1 files 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"; \ |