summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2007-09-19 16:08:37 (GMT)
committerdgp <dgp@users.sourceforge.net>2007-09-19 16:08:37 (GMT)
commit330b4025da17961f1ef69149584fb7c15d284f76 (patch)
tree6babc2100a97ed7ba7bf37bdb1d8eb3a53b6d0fd /unix/Makefile.in
parent9b670300ab4ce9f5e0aae60916d46965fed800b6 (diff)
downloadtcl-330b4025da17961f1ef69149584fb7c15d284f76.zip
tcl-330b4025da17961f1ef69149584fb7c15d284f76.tar.gz
tcl-330b4025da17961f1ef69149584fb7c15d284f76.tar.bz2
* unix/Makefile.in: Update `make dist` so that tclDTrace.d is
included in the source code distribution.
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 43ceb62..9b17624 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.121.2.23 2007/09/13 15:28:17 das Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.121.2.24 2007/09/19 16:08:39 dgp Exp $
VERSION = @TCL_VERSION@
MAJOR_VERSION = @TCL_MAJOR_VERSION@
@@ -1289,7 +1289,7 @@ dist:
chmod 775 $(DISTDIR)/unix/ldAix
chmod +x $(DISTDIR)/unix/install-sh
mkdir $(DISTDIR)/generic
- cp -p $(GENERIC_DIR)/*.c $(GENERIC_DIR)/*.h $(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