diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-12-18 11:47:35 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-12-18 11:47:35 (GMT) |
| commit | 03e581e857304244946b36932ba57a5eaf1ffce5 (patch) | |
| tree | 998083d4ed5247af2a8dfa141226e4e73a339305 /unix | |
| parent | aecff8b1e70292e4c7e77d9200b086f7af4cfa33 (diff) | |
| parent | e0360a8c349d388e4090091098507da40848e83d (diff) | |
| download | tcl-03e581e857304244946b36932ba57a5eaf1ffce5.zip tcl-03e581e857304244946b36932ba57a5eaf1ffce5.tar.gz tcl-03e581e857304244946b36932ba57a5eaf1ffce5.tar.bz2 | |
merge core-8-6-branch. Remove win/coffbase.txt, which isn't used any more.
Diffstat (limited to 'unix')
| -rw-r--r-- | unix/Makefile.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 032b5ac..f3b9782 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -2050,9 +2050,7 @@ dist: $(UNIX_DIR)/configure $(UNIX_DIR)/tclConfig.h.in $(UNIX_DIR)/tcl.pc.in $(M cp -p $(TOP_DIR)/win/*.[ch] $(TOP_DIR)/win/*.ico $(TOP_DIR)/win/*.rc \ $(DISTDIR)/win cp -p $(TOP_DIR)/win/*.bat $(DISTDIR)/win - cp -p $(TOP_DIR)/win/makefile.* $(DISTDIR)/win - cp -p $(TOP_DIR)/win/rules.vc $(DISTDIR)/win - cp -p $(TOP_DIR)/win/coffbase.txt $(DISTDIR)/win + cp -p $(TOP_DIR)/win/*.vc $(DISTDIR)/win cp -p $(TOP_DIR)/win/tcl.hpj.in $(DISTDIR)/win cp -p $(TOP_DIR)/win/tcl.ds* $(DISTDIR)/win cp -p $(TOP_DIR)/win/README $(DISTDIR)/win |
