main.old is not always present, so ignore exit status of 'size main.old'

This commit is contained in:
ceriel 1989-07-19 14:27:19 +00:00
parent 36fb149236
commit c09e4ced7e

View 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