mirror of
https://github.com/php/php-src.git
synced 2024-11-24 02:15:04 +08:00
fix commit 299383
This commit is contained in:
parent
e750930899
commit
dbe35d87d6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user