diff options
author | suresh <suresh> | 1998-12-04 23:12:44 (GMT) |
---|---|---|
committer | suresh <suresh> | 1998-12-04 23:12:44 (GMT) |
commit | 31802410ac32004b0202b6b9a111dd12a31eb5eb (patch) | |
tree | dd81cc47cf513f571dd61b6f269d2d12a27fad2e /unix/Makefile.in | |
parent | c971b7059109d8f74a9853b49b43f9e7acd509e7 (diff) | |
download | tcl-31802410ac32004b0202b6b9a111dd12a31eb5eb.zip tcl-31802410ac32004b0202b6b9a111dd12a31eb5eb.tar.gz tcl-31802410ac32004b0202b6b9a111dd12a31eb5eb.tar.bz2 |
Fixed minor bug with recently added copy stmts ("TOP_DOR" --> "DISTDIR").
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r-- | unix/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 254ee99..12c6e33 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.14 1998/12/02 01:42:52 welch Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.15 1998/12/04 23:12:44 suresh Exp $ # Current Tcl version; used in various names. @@ -403,7 +403,7 @@ topDirName: gendate: yacc -l $(GENERIC_DIR)/tclGetDate.y sed -e 's/yy/TclDate/g' -e '/^#include <values.h>/d' \ - -e 's/SCCSID/RCS: @(#) $Id: Makefile.in,v 1.14 1998/12/02 01:42:52 welch Exp $' + -e 's/SCCSID/RCS: @(#) $Id: Makefile.in,v 1.15 1998/12/04 23:12:44 suresh Exp $' -e '/#ifdef __STDC__/,/#endif/d' -e '/TclDateerrlab:/d' \ -e '/TclDatenewstate:/d' -e '/#pragma/d' \ <y.tab.c >$(GENERIC_DIR)/tclDate.c @@ -892,7 +892,7 @@ dist: $(UNIX_DIR)/configure $(TOP_DIR)/tests/defs $(DISTDIR)/tests mkdir $(DISTDIR)/tests/pkg cp -p $(TOP_DIR)/license.terms $(DISTDIR)/tests/pkg - cp -p $(TOP_DIR)/tests/pkg/*.tcl $(TOP_DIR)/tests/pkg + cp -p $(TOP_DIR)/tests/pkg/*.tcl $(DISTDIR)/tests/pkg mkdir $(DISTDIR)/win cp -p $(TOP_DIR)/win/*.c $(TOP_DIR)/win/*.h $(TOP_DIR)/win/*.rc \ $(DISTDIR)/win |