diff options
author | hobbs <hobbs> | 2007-04-26 21:02:26 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2007-04-26 21:02:26 (GMT) |
commit | ac2cfb404418a28b4be72c48e6313fb6ca7dd70c (patch) | |
tree | 786f83f376669df9eb0c3359d7521d0dcbea7c4f /unix | |
parent | e29d21408913db4c0f1838b59517e6916274ada6 (diff) | |
download | tk-ac2cfb404418a28b4be72c48e6313fb6ca7dd70c.zip tk-ac2cfb404418a28b4be72c48e6313fb6ca7dd70c.tar.gz tk-ac2cfb404418a28b4be72c48e6313fb6ca7dd70c.tar.bz2 |
fix tests/ttk dist srccore_8_5_a6
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 a9c9421..d8d234e 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -5,7 +5,7 @@ # "autoconf" program (constructs like "@foo@" will get replaced in the # actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.126 2007/04/25 17:09:13 hobbs Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.127 2007/04/26 21:02:27 hobbs Exp $ # Current Tk version; used in various names. @@ -1620,7 +1620,7 @@ dist: $(UNIX_DIR)/configure $(UNIX_DIR)/tkConfig.h.in $(TEST_DIR)/README $(TEST_DIR)/*.{gif,ppm,xbm} \ $(TEST_DIR)/option.file* $(DISTDIR)/tests mkdir $(DISTDIR)/tests/ttk - cp -p $(TEST_DIR)/*.{test,tcl} $(DISTDIR)/tests/ttk + cp -p $(TEST_DIR)/ttk/*.{test,tcl} $(DISTDIR)/tests/ttk # # The following target can only be used for non-patch releases. Use |