From: ceriel Date: Wed, 19 Jul 1989 14:27:19 +0000 (+0000) Subject: main.old is not always present, so ignore exit status of 'size main.old' X-Git-Tag: release-5-5~2328 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=c09e4ced7e8fb74ce3814ee255e8e0144639d0fb;p=ack.git main.old is not always present, so ignore exit status of 'size main.old' --- 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