From 4e5affec0c5b98683a1324cd52e5a7dec85d2cdc Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 30 Jun 2005 22:35:43 +0000 Subject: remove pointless exit 1 ... if $(AR) fails then make will abort ok --- libc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/Makefile') diff --git a/libc/Makefile b/libc/Makefile index 26358c1d0..ba3cd503a 100644 --- a/libc/Makefile +++ b/libc/Makefile @@ -68,7 +68,7 @@ $(LIBNAME) shared_$(LIBNAME) ar-target: subdirs $(AR) $(ARFLAGS) $(LIBNAME) $$objs || exit 1 ; \ done cp $(LIBNAME) shared_$(LIBNAME) - $(AR) $(ARFLAGS) $(LIBNAME) misc/internals/static.o || exit 1 + $(AR) $(ARFLAGS) $(LIBNAME) misc/internals/static.o $(RANLIB) $(LIBNAME) $(LIBNAME_TARGET): $(LIBNAME) -- cgit v1.2.3