summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2007-09-17 16:24:49 (GMT)
committerdgp <dgp@users.sourceforge.net>2007-09-17 16:24:49 (GMT)
commitbae09a447a6986bdcf878f74b3556b395d8ab940 (patch)
tree87361e8ccdd6c72e7091ce28d7f72838bfc1a13e /unix
parent531cd3e85b7f36bc521f8e9f4f3a0394e3be5b84 (diff)
downloadtcl-bae09a447a6986bdcf878f74b3556b395d8ab940.zip
tcl-bae09a447a6986bdcf878f74b3556b395d8ab940.tar.gz
tcl-bae09a447a6986bdcf878f74b3556b395d8ab940.tar.bz2
* unix/Makefile.in: Update `make dist` so that tclDTrace.d is
included in the source code distribution.
Diffstat (limited to 'unix')
-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