From: Jérôme Loyet Date: Sat, 29 May 2010 22:00:43 +0000 (+0000) Subject: fix commit 299383 X-Git-Tag: php-5.4.0alpha1~191^2~1394 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=27c2c35953e3efb70b01872874eec4078a7be4f3;p=php fix commit 299383 --- diff --git a/sapi/fpm/Makefile.frag b/sapi/fpm/Makefile.frag index 442214b884..0f1964ee67 100644 --- a/sapi/fpm/Makefile.frag +++ b/sapi/fpm/Makefile.frag @@ -1,9 +1,9 @@ fpm: $(SAPI_FPM_PATH) -fpm-subdir: +$(builddir)/fpm: @mkdir -p $(builddir)/fpm -$(SAPI_FPM_PATH): fpm-subdir $(PHP_GLOBAL_OBJS) $(PHP_SAPI_OBJS) $(SAPI_EXTRA_DEPS) +$(SAPI_FPM_PATH): $(builddir)/fpm $(PHP_GLOBAL_OBJS) $(PHP_SAPI_OBJS) $(SAPI_EXTRA_DEPS) $(BUILD_FPM) $(builddir)/fpm/fpm_conf.lo: $(builddir)/../../main/build-defs.h