summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2007-09-17 16:24:48 (GMT)
committerdgp <dgp@noemail.net>2007-09-17 16:24:48 (GMT)
commit0d911dc724886e7ff6787357e06a8c56677f4a6f (patch)
tree87361e8ccdd6c72e7091ce28d7f72838bfc1a13e /unix/Makefile.in
parent323074d53c3bddb21da02020ec1d8c276033c91a (diff)
downloadtcl-0d911dc724886e7ff6787357e06a8c56677f4a6f.zip
tcl-0d911dc724886e7ff6787357e06a8c56677f4a6f.tar.gz
tcl-0d911dc724886e7ff6787357e06a8c56677f4a6f.tar.bz2
* unix/Makefile.in: Update `make dist` so that tclDTrace.d is
included in the source code distribution. FossilOrigin-Name: bcd4aae4305b86d0da67b73f1fa05f4e81d88e48
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 69542c3..9fdff53 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -4,7 +4,7 @@
# "./configure", which is a configuration script generated by the "autoconf"
# program (constructs like "@foo@" will get replaced in the actual Makefile.
#
-# RCS: @(#) $Id: Makefile.in,v 1.220 2007/09/13 15:27:09 das Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.221 2007/09/17 16:24:49 dgp Exp $
VERSION = @TCL_VERSION@
MAJOR_VERSION = @TCL_MAJOR_VERSION@
@@ -1640,7 +1640,7 @@ dist: $(UNIX_DIR)/configure $(UNIX_DIR)/tclConfig.h.in $(MAC_OSX_DIR)/configure
chmod 775 $(DISTDIR)/unix/ldAix
chmod +x $(DISTDIR)/unix/install-sh
mkdir $(DISTDIR)/generic
- cp -p $(GENERIC_DIR)/*.[ch] $(DISTDIR)/generic
+ cp -p $(GENERIC_DIR)/*.[cdh] $(DISTDIR)/generic
cp -p $(GENERIC_DIR)/*.decls $(DISTDIR)/generic
cp -p $(GENERIC_DIR)/README $(DISTDIR)/generic
cp -p $(GENERIC_DIR)/tclGetDate.y $(DISTDIR)/generic