summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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