From dbe35d87d63d57f4a640437a79ac4dea30b89dd8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Loyet?= Date: Sat, 29 May 2010 22:00:43 +0000 Subject: [PATCH] fix commit 299383 --- sapi/fpm/Makefile.frag | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.40.0