From 641785930e70b360e8397d440e7a61d84d43e0b7 Mon Sep 17 00:00:00 2001 From: ceriel Date: Wed, 24 Aug 1988 11:15:40 +0000 Subject: [PATCH] ignore exit status of size --- util/cpp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/cpp/Makefile b/util/cpp/Makefile index 5b0c4d66..783257ef 100644 --- a/util/cpp/Makefile +++ b/util/cpp/Makefile @@ -99,7 +99,7 @@ SRC = $(CSRC) $(LCSRC) $(GSRC) cpp: $(OBJ) Makefile $(CC) $(COPTIONS) $(LDFLAGS) $(OBJ) $(LIBS) -o cpp - size cpp + -size cpp cfiles: hfiles LLfiles $(GSRC) @touch cfiles