summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authorjan.nijtmans <jan.nijtmans@noemail.net>2013-01-11 10:28:39 (GMT)
committerjan.nijtmans <jan.nijtmans@noemail.net>2013-01-11 10:28:39 (GMT)
commit0dec5242c5908d7eecce9f5161f861a8dad7c1d2 (patch)
treecd6ac56b171e4f8d190e9011e0cf7013dbf5a0c0 /unix/Makefile.in
parentb593720965053a9ddd0434dffc89f204396dc2ab (diff)
downloadtk-0dec5242c5908d7eecce9f5161f861a8dad7c1d2.zip
tk-0dec5242c5908d7eecce9f5161f861a8dad7c1d2.tar.gz
tk-0dec5242c5908d7eecce9f5161f861a8dad7c1d2.tar.bz2
wrong end brace location
FossilOrigin-Name: af4ada42c2b1e7fa3c1ae10681fce66b4aadb127
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 3748571..1c5c42a 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -667,7 +667,7 @@ install-binaries: $(TK_LIB_FILE) $(TK_STUB_LIB_FILE) $(TK_BUILD_EXP_FILE) ${WISH
else \
echo "if {(\$$::tcl_platform(platform) eq \"unix\") && ([info exists ::env(DISPLAY)]";\
echo " || ([info exists ::argv] && [lsearch -exact \$$::argv -display] > -1))} {";\
- echo " package ifneeded Tk $(MAJOR_VERSION).$(MINOR_VERSION) [list load [file normalize [file join \$$dir $${relative}.. bin $(TK_LIB_FILE)] Tk]]";\
+ echo " package ifneeded Tk $(MAJOR_VERSION).$(MINOR_VERSION) [list load [file normalize [file join \$$dir $${relative}.. bin $(TK_LIB_FILE)]] Tk]";\
echo "} else {";\
echo " package ifneeded Tk $(MAJOR_VERSION).$(MINOR_VERSION) [list load [file normalize [file join \$$dir $${relative}.. bin tk${MAJOR_VERSION}${MINOR_VERSION}.dll]] Tk]";\
echo "}";\