]> granicus.if.org Git - php/commitdiff
Allow shared libraries to be built everywhere
authorSascha Schumann <sas@php.net>
Wed, 26 Jan 2000 21:58:46 +0000 (21:58 +0000)
committerSascha Schumann <sas@php.net>
Wed, 26 Jan 2000 21:58:46 +0000 (21:58 +0000)
build/rules.mk

index c07b22ecab13c764e7a2d1867bcd1d46c3135602..f10117548e23bb475e7662bed3b5538655c72cc4 100644 (file)
@@ -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)