diff options
author | welch <welch> | 1999-03-13 18:28:41 (GMT) |
---|---|---|
committer | welch <welch> | 1999-03-13 18:28:41 (GMT) |
commit | dbb656a010815d2e985430d33f5aaccd175d303d (patch) | |
tree | f7bd05a67e5479ab72976ab101668b95420c36f9 | |
parent | cb90932561859e4ced26d2d435734bfbd0254060 (diff) | |
download | tk-dbb656a010815d2e985430d33f5aaccd175d303d.zip tk-dbb656a010815d2e985430d33f5aaccd175d303d.tar.gz tk-dbb656a010815d2e985430d33f5aaccd175d303d.tar.bz2 |
Fixed ref to all.tcl and defs.tcl in make dist target
-rw-r--r-- | unix/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 8d87f53..d5f415c 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.1.4.7 1999/03/11 19:01:59 hershey Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.1.4.8 1999/03/13 18:28:41 welch Exp $ # Current Tk version; used in various names. @@ -1018,8 +1018,8 @@ dist: $(UNIX_DIR)/configure mkdir $(DISTDIR)/tests cp -p $(TOP_DIR)/license.terms $(TOP_DIR)/tests/*.test \ $(TOP_DIR)/tests/visual $(TOP_DIR)/tests/*.tcl \ - $(TOP_DIR)/tests/README $(TOP_DIR)/tests/all \ - $(TOP_DIR)/tests/defs $(TOP_DIR)/tests/option.file* \ + $(TOP_DIR)/tests/README $(TOP_DIR)/tests/all.tcl \ + $(TOP_DIR)/tests/defs.tcl $(TOP_DIR)/tests/option.file* \ $(DISTDIR)/tests # |