summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-11-06 13:34:52 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-11-06 13:34:52 (GMT)
commit0bddea7ffe81b29035b6856efda14eda7d508d66 (patch)
tree9a5bf2cb27c2290d627b3f2b9ecc1c4c3ad64356 /unix/Makefile.in
parent493585e80285a37fffbfa04f560a2d37a94d3322 (diff)
downloadtcl-0bddea7ffe81b29035b6856efda14eda7d508d66.zip
tcl-0bddea7ffe81b29035b6856efda14eda7d508d66.tar.gz
tcl-0bddea7ffe81b29035b6856efda14eda7d508d66.tar.bz2
Move tclOOScript.tcl from the generic to the tools directory, so "make dist" can pick it up. Reported by Pietro Cerutti.
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 42bb4c0..00cd2c9 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -2106,7 +2106,7 @@ $(GENERIC_DIR)/tclOOStubInit.c: $(GENERIC_DIR)/tclOO.decls
@echo "Developers may want to run \"make genstubs\" to regenerate."
@echo "This warning can be safely ignored, do not report as a bug!"
-$(GENERIC_DIR)/tclOOScript.h: $(GENERIC_DIR)/tclOOScript.tcl
+$(GENERIC_DIR)/tclOOScript.h: $(TOOL_DIR)/tclOOScript.tcl
@echo "Warning: tclOOScript.h may be out of date."
@echo "Developers may want to run \"make genscript\" to regenerate."
@echo "This warning can be safely ignored, do not report as a bug!"
@@ -2120,7 +2120,7 @@ genstubs:
genscript:
$(NATIVE_TCLSH) $(TOOL_DIR)/makeHeader.tcl \
- $(GENERIC_DIR)/tclOOScript.tcl $(GENERIC_DIR)/tclOOScript.h
+ $(TOOL_DIR)/tclOOScript.tcl $(GENERIC_DIR)/tclOOScript.h
#
# Target to check that all exported functions have an entry in the stubs