diff options
author | surles <surles> | 1999-06-26 21:49:18 (GMT) |
---|---|---|
committer | surles <surles> | 1999-06-26 21:49:18 (GMT) |
commit | 7d2e115f8c9c6b2c22b7636657859cc762f4a2e6 (patch) | |
tree | bcafef24bee01bda6ffea2f62783f3a0947a5795 /win | |
parent | 0d35799650c2217dec31d32a0d568e16b15e82b5 (diff) | |
download | tk-7d2e115f8c9c6b2c22b7636657859cc762f4a2e6.zip tk-7d2e115f8c9c6b2c22b7636657859cc762f4a2e6.tar.gz tk-7d2e115f8c9c6b2c22b7636657859cc762f4a2e6.tar.bz2 |
minor bug in tk Makefile.in
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 f6af7bc..2173b7e 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.2 1999/06/18 17:35:06 redman Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.3 1999/06/26 21:49:18 surles Exp $ TCLVERSION = @TCL_VERSION@ VERSION = @TK_VERSION@ @@ -348,7 +348,7 @@ install-binaries: @echo "Installing tkConfig.sh" @if test "$(TK_STUB_LIB_FILE)" != "" ; then \ if [ -f $(TK_STUB_LIB_FILE) ]; then \ - @$(INSTALL_DATA) tkConfig.sh $(LIB_INSTALL_DIR)/tkConfig.sh; \ + $(INSTALL_DATA) tkConfig.sh $(LIB_INSTALL_DIR)/tkConfig.sh; \ echo "Installing $(TK_STUB_LIB_FILE)"; \ $(INSTALL_DATA) $(TK_STUB_LIB_FILE) \ $(LIB_INSTALL_DIR)/$(TK_STUB_LIB_FILE); \ |