diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-06-22 12:32:35 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-06-22 12:32:35 (GMT) |
commit | 5ba547a4497459c886c9ec265c9b95bd75bb4fab (patch) | |
tree | 1dd2c29a3942f8c3b456a938ce85dfa921a078d9 /win/Makefile.in | |
parent | e8469505b13e2af380977e581f42402073a2136f (diff) | |
download | tk-5ba547a4497459c886c9ec265c9b95bd75bb4fab.zip tk-5ba547a4497459c886c9ec265c9b95bd75bb4fab.tar.gz tk-5ba547a4497459c886c9ec265c9b95bd75bb4fab.tar.bz2 |
[Bug 1844430]: cygwin make fails in 8.4.14-8.5b3
Diffstat (limited to 'win/Makefile.in')
-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 fad8a8d..752236f 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -374,13 +374,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 |