summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorjan.nijtmans <jan.nijtmans@noemail.net>2012-06-23 07:46:50 (GMT)
committerjan.nijtmans <jan.nijtmans@noemail.net>2012-06-23 07:46:50 (GMT)
commit7cc9ef556bb14df30d81d99b008f0c96bb121b39 (patch)
treeccdc1560deb0db177c12201d53476e580de547a9 /win
parent6f49d103b9fdca63396e41f7e1619bd58f4a62ee (diff)
parent4dc7633153406736b423cc77a3d179171003c83a (diff)
downloadtk-7cc9ef556bb14df30d81d99b008f0c96bb121b39.zip
tk-7cc9ef556bb14df30d81d99b008f0c96bb121b39.tar.gz
tk-7cc9ef556bb14df30d81d99b008f0c96bb121b39.tar.bz2
[Bug 1844430]: cygwin make fails in 8.4.14-8.5b3
FossilOrigin-Name: 92360d350df9fdbbb390fb77186ba346c1c2f992
Diffstat (limited to 'win')
-rw-r--r--win/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/Makefile.in b/win/Makefile.in
index bb63a3d..799e5ee 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -413,13 +413,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