diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2018-11-22 07:40:12 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2018-11-22 07:40:12 (GMT) |
| commit | f49b4015121c06d999d6a370fe355c626eec0deb (patch) | |
| tree | 47da38071737b9d52b0bc9d7890d6e4deba4e862 | |
| parent | 3c7c613ec1163e0f1c2d1c2db69382b34a467473 (diff) | |
| download | tcl-f49b4015121c06d999d6a370fe355c626eec0deb.zip tcl-f49b4015121c06d999d6a370fe355c626eec0deb.tar.gz tcl-f49b4015121c06d999d6a370fe355c626eec0deb.tar.bz2 | |
typo, which caused travis build to fail.
| -rw-r--r-- | win/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/Makefile.in b/win/Makefile.in index fa9f4a7..8da7058 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -487,7 +487,7 @@ ${TCL_ZIP_FILE}: ${ZIP_INSTALL_OBJS} ${DDE_DLL_FILE} ${REG_DLL_FILE} rm -rf ${TCL_VFS_ROOT} mkdir -p ${TCL_VFS_PATH} $(COPY) -a $(TOP_DIR)/library/* ${TCL_VFS_PATH} - $(COPY) -a ${TCL_VFS_PATH}/manfest.txt ${TCL_VFS_PATH}/pkgIndex.tcl + $(COPY) -a ${TCL_VFS_PATH}/manifest.txt ${TCL_VFS_PATH}/pkgIndex.tcl $(COPY) ${DDE_DLL_FILE} ${TCL_VFS_PATH}/dde $(COPY) ${REG_DLL_FILE} ${TCL_VFS_PATH}/reg cd ${TCL_VFS_ROOT} ; ${NATIVE_ZIP} ${ZIP_PROG_OPTIONS} ../${TCL_ZIP_FILE} ${ZIP_PROG_VFSSEARCH} |
