main.old is not always present, so ignore exit status of 'size main.old'
authorceriel <none@none>
Wed, 19 Jul 1989 14:27:19 +0000 (14:27 +0000)
committerceriel <none@none>
Wed, 19 Jul 1989 14:27:19 +0000 (14:27 +0000)
lang/pc/comp/Makefile

index 4fde90f..22e9d4f 100644 (file)
@@ -168,7 +168,7 @@ Xlint:
 $(CURRDIR)main: $(OBJ) $(CURRDIR)Makefile
        -mv $(CURRDIR)main $(CURRDIR)main.old
        $(CC) $(LDFLAGS) $(OBJ) $(OLIBS) -o $(CURRDIR)main
-       size $(CURRDIR)main.old
+       -size $(CURRDIR)main.old
        size $(CURRDIR)main
 
 $(CURRDIR)omain:       $(OBJ) #$(CURRDIR)Makefile