From: Sascha Schumann Date: Sat, 3 Jul 1999 02:36:56 +0000 (+0000) Subject: there must be a better way X-Git-Tag: BEFORE_REMOVING_GC_STEP1~44 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e08182156eda084eb64b37b6566265c3daa4c5c7;p=php there must be a better way --- diff --git a/ext/Makefile.am b/ext/Makefile.am index 56ba636b8a..ad5249d33c 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -6,3 +6,4 @@ noinst_LIBRARIES=libphpext.a libphpext.a: @EXT_LIBS@ top_srcdir=$(top_srcdir) $(top_builddir)/scripts/mkextlib $@ $(SUBDIRS) + test "`uname -s`" = "Rhapsody" && $(RANLIB) $@