From c5c4d6b20bbb557ad2e1a30c2a33f27458308b9a Mon Sep 17 00:00:00 2001 From: andreas_kupries Date: Thu, 27 Jun 2002 20:09:55 +0000 Subject: * win/Makefile.in (install-binaries): Fix of troubled Makefile quoting introduced by [Patch 521356] causing the installed to fail. --- ChangeLog | 6 ++++++ win/Makefile.in | 14 +++++++------- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index fe92cdd..a30c4e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2002-06-27 Andreas Kupries + + * win/Makefile.in (install-binaries): Fix of troubled Makefile + quoting introduced by [Patch 521356] causing the installed to + fail. + 2002-06-25 Don Porter * unix/tkUnixFont.c: (Tk_DrawChars) silence compiler warning. diff --git a/win/Makefile.in b/win/Makefile.in index 836cb52..4bf6d19 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.53 2002/06/26 02:38:26 dgp Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.54 2002/06/27 20:09:55 andreas_kupries Exp $ TCLVERSION = @TCL_VERSION@ VERSION = @TK_VERSION@ @@ -443,12 +443,12 @@ install-binaries: binaries done @echo "Creating package index $(PKG_INDEX)"; @$(RM) $(PKG_INDEX); - @echo "if {[package vcompare \\" > $(PKG_INDEX); \ - @echo " [package provide Tcl] \\" >> $(PKG_INDEX); \ - @echo " $(TCLVERSION)] != 0} {return}" >> $(PKG_INDEX); \ - @echo "package ifneeded Tk $(VERSION) \\" >> $(PKG_INDEX); \ - @echo " [list load [file join \$$dir .. \\" >> $(PKG_INDEX); \ - @echo " $(TK_DLL_FILE)] Tk]" >> $(PKG_INDEX); \ + @echo "if {[package vcompare \\" > $(PKG_INDEX); + @echo " [package provide Tcl] \\" >> $(PKG_INDEX); + @echo " $(TCLVERSION)] != 0} {return}" >> $(PKG_INDEX); + @echo "package ifneeded Tk $(VERSION) \\" >> $(PKG_INDEX); + @echo " [list load [file join \$$dir .. \\" >> $(PKG_INDEX); + @echo " $(TK_DLL_FILE)] Tk]" >> $(PKG_INDEX); @for i in tkConfig.sh $(TK_LIB_FILE) $(TK_STUB_LIB_FILE); \ do \ if [ -f $$i ]; then \ -- cgit v0.12