summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>1999-08-23 23:02:09 +0000
committerSascha Schumann <sas@php.net>1999-08-23 23:02:09 +0000
commit9aea8d5bdcf034f9c140ac9f4a55878f1c85fef0 (patch)
tree261eeb794d4290e28d7e9717d0cba8ec835efe6a
parentd9bf422f1247fe2287e0411efdbee686749cc6ce (diff)
downloadphp-git-9aea8d5bdcf034f9c140ac9f4a55878f1c85fef0.tar.gz
suppress error exit status on non Rhapsody systems
-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