diff options
author | dgp <dgp@users.sourceforge.net> | 2007-09-17 16:26:19 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-09-17 16:26:19 (GMT) |
commit | 766ef0d0c71f0267ea2e44237a312f11dc8c1770 (patch) | |
tree | 5630064f7f505ba30aed7b5e498afb517e05038c /unix | |
parent | 78f62882e23aacc0a133fd786ab338dab74f52aa (diff) | |
download | tcl-766ef0d0c71f0267ea2e44237a312f11dc8c1770.zip tcl-766ef0d0c71f0267ea2e44237a312f11dc8c1770.tar.gz tcl-766ef0d0c71f0267ea2e44237a312f11dc8c1770.tar.bz2 |
merge updates from HEAD
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 68d3599..3811c03 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.207.2.9 2007/09/14 16:28:37 dgp Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.207.2.10 2007/09/17 16:26:19 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 |