diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2018-10-06 13:07:52 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2018-10-06 13:07:52 (GMT) |
commit | ffc7a9f0b97478b4efb04f82c7414b24c94409af (patch) | |
tree | b45bb3d0629cae207e0a2bb1eeff545e64b29408 /unix | |
parent | a557024511668b3e4b5276a0b5334546d0807ddd (diff) | |
download | tcl-ffc7a9f0b97478b4efb04f82c7414b24c94409af.zip tcl-ffc7a9f0b97478b4efb04f82c7414b24c94409af.tar.gz tcl-ffc7a9f0b97478b4efb04f82c7414b24c94409af.tar.bz2 |
More cleaning up.
Diffstat (limited to 'unix')
-rw-r--r-- | unix/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index b30d357..c44cc77 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -681,8 +681,8 @@ ${TCL_ZIP_FILE}: ${ZIP_INSTALL_OBJS} @rm -rf ${TCL_VFS_ROOT} @mkdir -p ${TCL_VFS_PATH} cp -a $(TOP_DIR)/library/* ${TCL_VFS_PATH} - ( cd ${TCL_VFS_ROOT} ; \ - ${NATIVE_ZIP} ${ZIP_PROG_OPTIONS} ../${TCL_ZIP_FILE} ${ZIP_PROG_VFSSEARCH}) + -find ${TCL_VFS_ROOT} -type d -empty -delete + ( cd ${TCL_VFS_ROOT} ; ${NATIVE_ZIP} ${ZIP_PROG_OPTIONS} ../${TCL_ZIP_FILE} ${ZIP_PROG_VFSSEARCH}) # The following target is configured by autoconf to generate either a shared # library or non-shared library for Tcl. |