From 9aea8d5bdcf034f9c140ac9f4a55878f1c85fef0 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Mon, 23 Aug 1999 23:02:09 +0000 Subject: [PATCH] suppress error exit status on non Rhapsody systems --- ext/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/Makefile.am b/ext/Makefile.am index 12f02bafc4..8833023226 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -7,4 +7,4 @@ noinst_LIBRARIES=libphpext.a libphpext.a: @EXT_LIBS@ top_srcdir=$(top_srcdir) $(top_builddir)/scripts/mkextlib $@ $(EXT_STATIC) - -@test "`uname -s`" = "Rhapsody" && $(RANLIB) $@ + @test "`uname -s`" = "Rhapsody" && $(RANLIB) $@ || exit 0 -- 2.49.0