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 ad5249d33c..0903c2c82b 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -6,4 +6,4 @@ noinst_LIBRARIES=libphpext.a
libphpext.a: @EXT_LIBS@
top_srcdir=$(top_srcdir) $(top_builddir)/scripts/mkextlib $@ $(SUBDIRS)
- test "`uname -s`" = "Rhapsody" && $(RANLIB) $@
+ -@test "`uname -s`" = "Rhapsody" && $(RANLIB) $@