summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2019-11-06 14:35:24 (GMT)
committerdgp <dgp@users.sourceforge.net>2019-11-06 14:35:24 (GMT)
commit245f333d5299d1ac346c9d6376fba353e5520a23 (patch)
tree85ce0f47544993876f02eb44d2c4567d386bd535 /unix
parent7f6aa30c40530953b486bf8187ba1b888bc23ab6 (diff)
parent1e151782fccce0a790bdafce838f53a2409a81f5 (diff)
downloadtcl-245f333d5299d1ac346c9d6376fba353e5520a23.zip
tcl-245f333d5299d1ac346c9d6376fba353e5520a23.tar.gz
tcl-245f333d5299d1ac346c9d6376fba353e5520a23.tar.bz2
Merge 8.7. Add files missing from distribution.
Diffstat (limited to 'unix')
-rw-r--r--unix/Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 42bb4c0..b26faf9 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
@@ -2246,6 +2246,7 @@ dist: $(UNIX_DIR)/configure $(UNIX_DIR)/tclConfig.h.in $(UNIX_DIR)/tcl.pc.in \
$(DISTDIR)
@mkdir $(DISTDIR)/library
cp -p $(TOP_DIR)/license.terms $(TOP_DIR)/library/*.tcl \
+ $(TOP_DIR)/library/manifest.txt \
$(TOP_DIR)/library/tclIndex $(DISTDIR)/library
@for i in $(BUILTIN_PACKAGE_LIST); do \
mkdir $(DISTDIR)/library/$$i;\