diff options
author | dgp <dgp@users.sourceforge.net> | 2017-09-06 12:18:52 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2017-09-06 12:18:52 (GMT) |
commit | 3aef7a91d5c6b1344f1ca04fc3435cb82553e943 (patch) | |
tree | 59d97e63a3256ae721fa669a5b90936292fbcdae | |
parent | 1ca79d9b391d4ba4d2c5188321d710c2359a4187 (diff) | |
parent | f3a3d2ea6b534f171ebebca6c566a260dfffaf5f (diff) | |
download | tk-3aef7a91d5c6b1344f1ca04fc3435cb82553e943.zip tk-3aef7a91d5c6b1344f1ca04fc3435cb82553e943.tar.gz tk-3aef7a91d5c6b1344f1ca04fc3435cb82553e943.tar.bz2 |
merge trunkrc0core_8_7_a1core_8_7_a1_rc
-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 db6cc2c..b48df8b 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -1568,7 +1568,7 @@ dist: $(UNIX_DIR)/configure $(UNIX_DIR)/tkConfig.h.in $(UNIX_DIR)/tk.pc.in $(M rm -f $(DISTDIR)/generic/blt*.[ch] mkdir $(DISTDIR)/generic/ttk cp -p $(TTK_DIR)/*.[ch] $(TTK_DIR)/ttk.decls \ - $(TTK_DIR)/ttkGenStubs.tcl $(DISTDIR)/generic/ttk + $(DISTDIR)/generic/ttk mkdir $(DISTDIR)/win cp $(TOP_DIR)/win/Makefile.in $(DISTDIR)/win cp $(TOP_DIR)/win/configure.ac \ |