From c09e4ced7e8fb74ce3814ee255e8e0144639d0fb Mon Sep 17 00:00:00 2001 From: ceriel Date: Wed, 19 Jul 1989 14:27:19 +0000 Subject: [PATCH] main.old is not always present, so ignore exit status of 'size main.old' --- lang/pc/comp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/pc/comp/Makefile b/lang/pc/comp/Makefile index 4fde90fda..22e9d4fe4 100644 --- a/lang/pc/comp/Makefile +++ b/lang/pc/comp/Makefile @@ -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 -- 2.34.1