tony2001 Fri, 14 May 2010 15:22:38 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=299383
Log:
fix external build
Changed paths:
U php/php-src/trunk/sapi/fpm/Makefile.frag
Modified: php/php-src/trunk/sapi/fpm/Makefile.frag
===================================================================
--- php/php-src/trunk/sapi/fpm/Makefile.frag 2010-05-14 15:11:56 UTC (rev
299382)
+++ php/php-src/trunk/sapi/fpm/Makefile.frag 2010-05-14 15:22:38 UTC (rev
299383)
@@ -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
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php