From 5e34ca7d2b65aabe8aa98e23198b96e1755bdade Mon Sep 17 00:00:00 2001 From: ceriel Date: Wed, 24 Aug 1988 11:39:57 +0000 Subject: [PATCH] ignore exit status of size --- lang/m2/comp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/m2/comp/Makefile b/lang/m2/comp/Makefile index ee19ebdc7..5a9535712 100644 --- a/lang/m2/comp/Makefile +++ b/lang/m2/comp/Makefile @@ -151,7 +151,7 @@ Xlint: $(CURRDIR)/main: $(OBJ) $(CC) $(LDFLAGS) $(OBJ) $(LIBDIR)/libem_mes.a $(OBJECTCODE) $(LIBDIR)/libinput.a $(LIBDIR)/libassert.a $(LIBDIR)/liballoc.a $(MALLOC) $(LIBDIR)/libprint.a $(LIBDIR)/libstring.a $(LIBDIR)/libsystem.a -o $(CURRDIR)/main - size $(CURRDIR)/main + -size $(CURRDIR)/main #AUTOAUTOAUTOAUTOAUTOAUTOAUTOAUTO LLlex.o: LLlex.h -- 2.34.1