diff options
author | Max Romanov <max.romanov@nginx.com> | 2018-05-30 18:19:39 +0300 |
---|---|---|
committer | Max Romanov <max.romanov@nginx.com> | 2018-05-30 18:19:39 +0300 |
commit | 38e40fa8577046182cd25536618a746ffa692499 (patch) | |
tree | 2aed8597f1ff5ce4c4f006fdeb4275c88de2968c /auto | |
parent | d3356f7ad2c818c4dec4e4099f0424e5b32b55f1 (diff) | |
download | unit-38e40fa8577046182cd25536618a746ffa692499.tar.gz unit-38e40fa8577046182cd25536618a746ffa692499.tar.bz2 |
PHP: using generated dependencies in makefile.
Diffstat (limited to 'auto')
-rw-r--r-- | auto/modules/php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/auto/modules/php b/auto/modules/php index e022cf2a..4d29fb27 100644 --- a/auto/modules/php +++ b/auto/modules/php @@ -182,6 +182,9 @@ $NXT_BUILD_DIR/$nxt_obj: $nxt_src $nxt_dep_flags \\ -o $NXT_BUILD_DIR/$nxt_obj $nxt_src $nxt_dep_post + +-include $NXT_BUILD_DIR/$nxt_dep + END done |