Make.proto
changeset 592 4de2fac46957
parent 575 174f11bea3fc
child 644 3d98c2803b7a
--- a/Make.proto	Tue Jun 10 12:52:45 1997 +0200
+++ b/Make.proto	Wed Jun 11 12:22:31 1997 +0200
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libview2/Make.proto,v 1.27 1997-05-10 11:31:31 cg Exp $
+# $Header: /cvs/stx/stx/libview2/Make.proto,v 1.28 1997-06-11 10:22:31 cg Exp $
 #
 # -------------- no need to change anything below ----------
 
@@ -81,19 +81,19 @@
 # prelink JPEGReader.o with libjpeg
 #
 JPEGReader: $(LIBJPEG)
-	$(MAKE) JPEGReader.$(O) \
+	@$(MAKE) JPEGReader.$(O) \
 		LOCALDEFS=-I$(LIBJPEG_DIR) \
 		LIBNAME="$(LIBNAME)" \
 		STCOPT="$(STCOPT)"
 		STCLOCALOPT="$(STCLOCALOPT)" \
 		CCLOCALOPT="$(CCLOCALOPT)" \
 		LINKOBJRULE="$(LINKOBJRULE)"
-	mv JPEGReader.$(O) __JPEGReader.$(O)
+	@-mv JPEGReader.$(O) __JPEGReader.$(O)
 	ld $(LD_REL_FLAG) -o JPEGReader.$(O) __JPEGReader.$(O) $(LIBJPEG)
-	rm __JPEGReader.$(O)
+	@-rm __JPEGReader.$(O)
 
 $(LIBJPEG)::
-	(cd $(LIBJPEG_DIR) ; make libjpeg.a CC=$(CC))
+	-(cd $(LIBJPEG_DIR) ; make libjpeg.a CC=$(CC))
 
 cleanjunk::
 	    -rm -f *.c *.H __JPEGReader.$(O)