Browse Source

fix commit 299383

experimental/lemon
Jérôme Loyet 16 years ago
parent
commit
27c2c35953
  1. 4
      sapi/fpm/Makefile.frag

4
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

Loading…
Cancel
Save