summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-02-18 12:35:44 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-02-18 12:35:44 (GMT)
commit185b0d14932f4cc8503e6dd235da5bd90ebc777c (patch)
tree9182e5085918a168d44eed5e3c4e4efb70fa456d /win/Makefile.in
parent8844e2789a8e8d854f53069ea852ec5ef726757c (diff)
parent345894cae91f9e72bbbfd6264ab98a2263d9dd1b (diff)
downloadtcl-185b0d14932f4cc8503e6dd235da5bd90ebc777c.zip
tcl-185b0d14932f4cc8503e6dd235da5bd90ebc777c.tar.gz
tcl-185b0d14932f4cc8503e6dd235da5bd90ebc777c.tar.bz2
Merge 8.7
Diffstat (limited to 'win/Makefile.in')
-rw-r--r--win/Makefile.in9
1 files changed, 0 insertions, 9 deletions
diff --git a/win/Makefile.in b/win/Makefile.in
index cdaeec4..3a8e0a9 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -524,15 +524,6 @@ ${TCL_ZIP_FILE}: ${ZIP_INSTALL_OBJS} ${DDE_DLL_FILE} ${REG_DLL_FILE}
@mkdir -p ${TCL_VFS_PATH}
@echo "creating ${TCL_VFS_PATH} (prepare compression)"
@( \
- $(LN) $$(find $(TOP_DIR)/library/* -maxdepth 0 -type f) ${TCL_VFS_PATH}/ && \
- (for D in $$(find $(TOP_DIR)/library/* -maxdepth 0 -type d); do \
- mkdir -p "${TCL_VFS_PATH}/$$(basename $$D)"; \
- $(LN) -s $$D/* ${TCL_VFS_PATH}/$$(basename $$D)/; \
- done) && \
- $(LN) ${TCL_VFS_PATH}/manifest.txt ${TCL_VFS_PATH}/pkgIndex.tcl && \
- $(LN) ${DDE_DLL_FILE} ${TCL_VFS_PATH}/dde/ && \
- $(LN) ${REG_DLL_FILE} ${TCL_VFS_PATH}/registry/ \
- ) || ( \
$(COPY) -a $(TOP_DIR)/library/* ${TCL_VFS_PATH}; \
$(COPY) -a ${TCL_VFS_PATH}/manifest.txt ${TCL_VFS_PATH}/pkgIndex.tcl; \
$(COPY) ${DDE_DLL_FILE} ${TCL_VFS_PATH}/dde; \