diff options
author | Sascha Schumann <sas@php.net> | 1999-07-03 02:36:56 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 1999-07-03 02:36:56 +0000 |
commit | e08182156eda084eb64b37b6566265c3daa4c5c7 (patch) | |
tree | 7f4c42551d4d6380b0a91c70c10ef5f88678b9b0 /ext | |
parent | 8b51ad81577f41c30ee01156cc250b5be675f5b3 (diff) | |
download | php-git-e08182156eda084eb64b37b6566265c3daa4c5c7.tar.gz |
there must be a better way
Diffstat (limited to 'ext')
-rw-r--r-- | ext/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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) $@ |