From: Sascha Schumann Date: Wed, 26 Jan 2000 21:58:46 +0000 (+0000) Subject: Allow shared libraries to be built everywhere X-Git-Tag: BEFORE_SAPIFICATION_FEB_10_2000~180 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d0cb4d09aa778d2936943fa8c0c1283ef8bafb2a;p=php Allow shared libraries to be built everywhere --- diff --git a/build/rules.mk b/build/rules.mk index c07b22ecab..f10117548e 100644 --- a/build/rules.mk +++ b/build/rules.mk @@ -88,7 +88,10 @@ distclean-recursive depend-recursive clean-recursive all-recursive install-recur done; \ if test "$$otarget" = "all" && test -z '$(targets)'; then ok=yes; fi; \ if test "$$ok" != "yes"; then $(MAKE) "$$otarget-p" || exit 1; fi; \ - fi; + fi; \ + if test -n '$(make_shared)'; then \ + $(MAKE) shared || exit 1; \ + fi; all-p: $(targets) install-p: $(targets) $(install_targets)