diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-11-26 21:35:52 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-11-26 21:35:52 (GMT) |
commit | d8a1ef082777292ede109a0ed919d8174d6929dd (patch) | |
tree | 51fb22b7b273750acb537c48ad60014c0d66ad84 /unix/Makefile.in | |
parent | e5e3156e5681a391310e4652880a3741dc8edd59 (diff) | |
download | tcl-d8a1ef082777292ede109a0ed919d8174d6929dd.zip tcl-d8a1ef082777292ede109a0ed919d8174d6929dd.tar.gz tcl-d8a1ef082777292ede109a0ed919d8174d6929dd.tar.bz2 |
Fix installation of cookiejar on UNIX, and add same pieces to windows as well. Also modify manifext.txt accordingly, for the zipfile vfs.
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r-- | unix/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 2ba9f5f..1d0727d 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -1014,7 +1014,7 @@ install-libraries: libraries $(INSTALL_DATA_DIR) "$$i"; \ fi; \ done - @for i in opt0.4 encoding ../tcl8 ../tcl8/8.4 ../tcl8/8.4/platform ../tcl8/8.5 ../tcl8/8.6 ../tcl8/8.7; do \ + @for i in opt0.4 cookiejar0.1 encoding ../tcl8 ../tcl8/8.4 ../tcl8/8.4/platform ../tcl8/8.5 ../tcl8/8.6 ../tcl8/8.7; do \ if [ ! -d "$(SCRIPT_INSTALL_DIR)"/$$i ] ; then \ echo "Making directory $(SCRIPT_INSTALL_DIR)/$$i"; \ $(INSTALL_DATA_DIR) "$(SCRIPT_INSTALL_DIR)"/$$i; \ |