diff options
author | hershey <hershey> | 1999-04-19 20:24:27 (GMT) |
---|---|---|
committer | hershey <hershey> | 1999-04-19 20:24:27 (GMT) |
commit | 79352456b66169d2df2bd43ab891d07d4dae8feb (patch) | |
tree | 58f75d9de9a6993ee66e5d76ee0e9a404d9ef1c8 /unix/Makefile.in | |
parent | dd43c4b15ca0f31746a639cd1bb4e0d1231cc69b (diff) | |
download | tcl-79352456b66169d2df2bd43ab891d07d4dae8feb.zip tcl-79352456b66169d2df2bd43ab891d07d4dae8feb.tar.gz tcl-79352456b66169d2df2bd43ab891d07d4dae8feb.tar.bz2 |
added tests/httpd file to distribution--tests get skipped if this file is
missing (bug id 1769).
Diffstat (limited to 'unix/Makefile.in')
-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 be01ab2..b9e8b58 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.21 1999/04/16 00:48:03 stanton Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.22 1999/04/19 20:24:27 hershey Exp $ # Current Tcl version; used in various names. @@ -1069,8 +1069,8 @@ dist: $(UNIX_DIR)/configure mkdir $(DISTDIR)/tests cp -p $(TOP_DIR)/license.terms $(DISTDIR)/tests cp -p $(TOP_DIR)/tests/*.test $(TOP_DIR)/tests/README \ - $(TOP_DIR)/tests/all.tcl $(TOP_DIR)/tests/*.tcl \ - $(TOP_DIR)/tests/defs.tcl $(DISTDIR)/tests + $(TOP_DIR)/tests/httpd $(TOP_DIR)/tests/*.tcl \ + $(DISTDIR)/tests mkdir $(DISTDIR)/tests/pkg cp -p $(TOP_DIR)/license.terms $(DISTDIR)/tests/pkg cp -p $(TOP_DIR)/tests/pkg/*.tcl $(DISTDIR)/tests/pkg |