summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbuild <build>1998-09-23 20:18:03 (GMT)
committerbuild <build>1998-09-23 20:18:03 (GMT)
commit068cb6c58c21179128dd33d86208e199e83e4d64 (patch)
treeddcc63e1ce3f55c84aa104967e9a38e85b970740
parent6f41520c63535955e2a24172811c0bfaf1ab58fe (diff)
downloadtk-068cb6c58c21179128dd33d86208e199e83e4d64.zip
tk-068cb6c58c21179128dd33d86208e199e83e4d64.tar.gz
tk-068cb6c58c21179128dd33d86208e199e83e4d64.tar.bz2
Removed "sccs" commands from "Makefile.in" to facilititate switch over to CVS.
-rw-r--r--unix/Makefile.in7
1 files changed, 2 insertions, 5 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 186e49d..072cb59 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.9 1998/09/14 18:23:54 stanton Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.10 1998/09/23 20:18:03 build Exp $
# Current Tk version; used in various names.
@@ -838,10 +838,7 @@ dist: $(UNIX_DIR)/configure
$(TOP_DIR)/win/rc/*.ico $(TOP_DIR)/win/rc/*.bmp \
$(DISTDIR)/win/rc
mkdir $(DISTDIR)/mac
- sccs edit -s $(TOP_DIR)/mac/tkMacProjects.sea.hqx
- cp -p tkMacProjects.sea.hqx $(DISTDIR)/mac
- sccs unedit $(TOP_DIR)/mac/tkMacProjects.sea.hqx
- rm -f tkMacProjects.sea.hqx
+ cp -p $(TOP_DIR)/mac/tkMacProjects.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/README $(DISTDIR)/mac