summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2015-12-21 10:03:06 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2015-12-21 10:03:06 (GMT)
commit4744cfd0bfab54584b7856280a0825dbada8ab2f (patch)
tree7ce6a423b2a9909c3c9bac33839e915333362d9f /unix/Makefile.in
parentd448f255d718abd9641a68c46a5135236910ecb7 (diff)
downloadtcl-4744cfd0bfab54584b7856280a0825dbada8ab2f.zip
tcl-4744cfd0bfab54584b7856280a0825dbada8ab2f.tar.gz
tcl-4744cfd0bfab54584b7856280a0825dbada8ab2f.tar.bz2
Undo more Android-specific changes, which don't form part of Zipfs, as further preparation for Zipfs TIP.
Rename zipfs.h to tclZipfs.h, so it can be installed together with tcl.h
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index ebbd61c..c09fb35 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -373,6 +373,7 @@ GENERIC_HDRS = \
$(GENERIC_DIR)/tclInt.h \
$(GENERIC_DIR)/tclIntDecls.h \
$(GENERIC_DIR)/tclIntPlatDecls.h \
+ $(GENERIC_DIR)/tclZipfs.h \
$(GENERIC_DIR)/tclTomMath.h \
$(GENERIC_DIR)/tclTomMathDecls.h \
$(GENERIC_DIR)/tclOO.h \
@@ -383,7 +384,7 @@ GENERIC_HDRS = \
$(GENERIC_DIR)/tclPlatDecls.h \
$(GENERIC_DIR)/tclPort.h \
$(GENERIC_DIR)/tclRegexp.h \
- $(GENERIC_DIR)/zipfs.h
+ $(GENERIC_DIR)/tclZipfs.h
GENERIC_SRCS = \
$(GENERIC_DIR)/regcomp.c \
@@ -954,6 +955,7 @@ install-headers:
@for i in $(GENERIC_DIR)/tcl.h $(GENERIC_DIR)/tclDecls.h \
$(GENERIC_DIR)/tclOO.h $(GENERIC_DIR)/tclOODecls.h \
$(GENERIC_DIR)/tclPlatDecls.h \
+ $(GENERIC_DIR)/tclZipfs.h \
$(GENERIC_DIR)/tclTomMath.h \
$(GENERIC_DIR)/tclTomMathDecls.h ; \
do \