diff options
author | Antony Dovgal <tony2001@php.net> | 2010-05-14 15:22:38 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2010-05-14 15:22:38 +0000 |
commit | b9bec41ce1a765f84b3a53d047eb318c8b7ada14 (patch) | |
tree | 600aee6626dcbad8a723c005ecbff584820b31f2 /sapi | |
parent | 8a093b38114368c5b9034d38cf44385c8922b3c6 (diff) | |
download | php-git-b9bec41ce1a765f84b3a53d047eb318c8b7ada14.tar.gz |
fix external build
Diffstat (limited to 'sapi')
-rw-r--r-- | sapi/fpm/Makefile.frag | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sapi/fpm/Makefile.frag b/sapi/fpm/Makefile.frag index d9b5e86796..442214b884 100644 --- a/sapi/fpm/Makefile.frag +++ b/sapi/fpm/Makefile.frag @@ -1,6 +1,9 @@ fpm: $(SAPI_FPM_PATH) -$(SAPI_FPM_PATH): $(PHP_GLOBAL_OBJS) $(PHP_SAPI_OBJS) $(SAPI_EXTRA_DEPS) +fpm-subdir: + @mkdir -p $(builddir)/fpm + +$(SAPI_FPM_PATH): fpm-subdir $(PHP_GLOBAL_OBJS) $(PHP_SAPI_OBJS) $(SAPI_EXTRA_DEPS) $(BUILD_FPM) $(builddir)/fpm/fpm_conf.lo: $(builddir)/../../main/build-defs.h |