summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-06-23 07:51:01 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-06-23 07:51:01 (GMT)
commit6972fca8ea0a1fd9ffcd3b196fff2f38aa9bd73b (patch)
treebd74e836d8222f8382220ad4b9e6136a84e0e455 /win/Makefile.in
parent41b819e2be9dd110354f34eb007b7ebea51665fa (diff)
parentb7b0031e696bba64a463f88625a0ac16f7270279 (diff)
downloadtk-6972fca8ea0a1fd9ffcd3b196fff2f38aa9bd73b.zip
tk-6972fca8ea0a1fd9ffcd3b196fff2f38aa9bd73b.tar.gz
tk-6972fca8ea0a1fd9ffcd3b196fff2f38aa9bd73b.tar.bz2
[Bug 1844430]: cygwin make fails in 8.4.14-8.5b3
Diffstat (limited to 'win/Makefile.in')
-rw-r--r--win/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/Makefile.in b/win/Makefile.in
index 35261b5..807be9c 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -414,13 +414,13 @@ $(ROOT_DIR)/doc/man.macros:
doc: $(ROOT_DIR)/doc/man.macros
-winhelp: $(TCL_SRC_DIR_NATIVE)/tools/man2help.tcl $(MAN2TCL)
+winhelp: $(TCL_SRC_DIR)/tools/man2help.tcl $(MAN2TCL)
$(TCL_EXE) "$(TCL_SRC_DIR_NATIVE)/tools/man2help.tcl" tcl "$(VER)" $(CORE_DOCS)
$(COPY) "$(TCL_BIN_DIR)"/tcl.hpj ./
hcw /c /e tcl.hpj
$(COPY) ./tcl$(VER).cnt ./TCL$(VER).HLP "$(TCL_SRC_DIR_NATIVE)"/tools/
-$(MAN2TCL): $(TCL_SRC_DIR_NATIVE)/tools/man2tcl.c
+$(MAN2TCL): $(TCL_SRC_DIR)/tools/man2tcl.c
$(CC) $(CFLAGS_OPTIMIZE) $(MAN2TCLFLAGS) -o $(MAN2TCL) "$(TCL_SRC_DIR_NATIVE)"/tools/man2tcl.c
# Specifying TESTFLAGS on the command line is the standard way to pass