diff options
| author | dgp@users.sourceforge.net <dgp> | 2007-09-19 16:08:37 (GMT) |
|---|---|---|
| committer | dgp@users.sourceforge.net <dgp> | 2007-09-19 16:08:37 (GMT) |
| commit | 81511ba886b2554da26e62ec998d9a6f77d8bfa0 (patch) | |
| tree | 6babc2100a97ed7ba7bf37bdb1d8eb3a53b6d0fd /unix | |
| parent | 544931387aad5971c4a9af71eaadfb450a14b6f5 (diff) | |
| download | tcl-81511ba886b2554da26e62ec998d9a6f77d8bfa0.zip tcl-81511ba886b2554da26e62ec998d9a6f77d8bfa0.tar.gz tcl-81511ba886b2554da26e62ec998d9a6f77d8bfa0.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.in | 4 |
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 |
