Make.proto
changeset 59 be1967ee45da
parent 57 3337cbf5481a
child 60 0db697f03def
--- a/Make.proto	Sat Feb 11 17:44:16 1995 +0100
+++ b/Make.proto	Sat Feb 11 17:44:20 1995 +0100
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libcomp/Make.proto,v 1.14 1995-02-11 14:11:01 claus Exp $
+# $Header: /cvs/stx/stx/libcomp/Make.proto,v 1.15 1995-02-11 16:44:20 claus Exp $
 #
 # -------------- no need to change anything below ----------
 
@@ -80,16 +80,10 @@
 
 tar:
 	(cd $(TOP); tar cvf DISTRIB/libcomp.tar \
+				libcomp/.dir.info \
 				libcomp/*.st \
 				libcomp/Make.proto)
 
-uutar:
-	$(MAKE) tar
-	gzip $(TOP)/DISTRIB/libcomp.tar
-	-rm $(TOP)/DISTRIB/libcomp.tar
-	(cd $(TOP)/DISTRIB; uuencode libcomp.tar.gz libcomp.tar.gz > libcomp.tar.gz.uue)
-	-rm $(TOP)/DISTRIB/libcomp.tar.gz
-
 #
 # next thing I'll build into stc is a makedepend feature for this ...
 #