From 2fba0449001dc0eb21f1d254b5dd10aaabc59d83 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 5b0c4d66a..783257efd 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 -- 2.34.1