Make.proto
changeset 1101 328456f7c51b
parent 1018 d578841e9e96
child 1110 8c99511f8317
--- a/Make.proto	Wed Mar 31 08:17:28 1999 +0200
+++ b/Make.proto	Wed Mar 31 18:27:20 1999 +0200
@@ -52,13 +52,13 @@
 	ResourceSelectionBrowser.$(O)
 
 cleanjunk::
-	    -rm -f *.c *.H
+	    @-rm -f *.c *.H
 
 clean::
-	    -rm -f [A-Z]*.o *.c *.H
+	    @-rm -f [A-Z]*.o *.c *.H
 
 clobber::
-	    -rm -f *.c *.H classList.stc abbrev.stc
+	    @-rm -f *.c *.H classList.stc abbrev.stc
 
 tar:
 	(cd $(TOP); tar cvfh DISTRIB/libtool2.tar \