summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authorsuresh <suresh>1998-09-23 20:13:41 (GMT)
committersuresh <suresh>1998-09-23 20:13:41 (GMT)
commit28cbc95b72aa9ba975be02e9b4b8919279a96fa5 (patch)
tree024db5e121fa4454cf30a0db1e6bfbff4cd97c1b /unix/Makefile.in
parentaada09aa918105dd70186da6252c8a92d444b580 (diff)
downloadtcl-28cbc95b72aa9ba975be02e9b4b8919279a96fa5.zip
tcl-28cbc95b72aa9ba975be02e9b4b8919279a96fa5.tar.gz
tcl-28cbc95b72aa9ba975be02e9b4b8919279a96fa5.tar.bz2
Removed "sccs" commands from "Makefile.in" to facilititate switch over to CVS.
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in9
1 files changed, 3 insertions, 6 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index ab20c04..eb8fc92 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.10 1998/09/14 18:40:15 stanton Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.11 1998/09/23 20:13:41 suresh Exp $
# Current Tcl version; used in various names.
@@ -401,7 +401,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.10 1998/09/14 18:40:15 stanton Exp $'
+ -e 's/SCCSID/RCS: @(#) $Id: Makefile.in,v 1.11 1998/09/23 20:13:41 suresh Exp $'
-e '/#ifdef __STDC__/,/#endif/d' -e '/TclDateerrlab:/d' \
-e '/TclDatenewstate:/d' -e '/#pragma/d' \
<y.tab.c >$(GENERIC_DIR)/tclDate.c
@@ -894,10 +894,7 @@ dist: $(UNIX_DIR)/configure
cp -p $(TOP_DIR)/win/pkgIndex.tcl $(DISTDIR)/win
cp -p $(TOP_DIR)/license.terms $(DISTDIR)/win
mkdir $(DISTDIR)/mac
- sccs edit -s $(TOP_DIR)/mac/tclMacProjects.sea.hqx
- cp -p tclMacProjects.sea.hqx $(DISTDIR)/mac
- sccs unedit $(TOP_DIR)/mac/tclMacProjects.sea.hqx
- rm -f tclMacProjects.sea.hqx
+ cp -p $(TOP_DIR)/mac/tclMacProjects.sea.hqx $(DISTDIR)/mac
cp -p $(TOP_DIR)/mac/*.c $(TOP_DIR)/mac/*.h $(TOP_DIR)/mac/*.r \
$(DISTDIR)/mac
cp -p $(TOP_DIR)/mac/porting.notes $(TOP_DIR)/mac/README $(DISTDIR)/mac