PHP: using generated dependencies in makefile.

This commit is contained in:
Max Romanov
2018-05-30 18:19:39 +03:00
parent d3356f7ad2
commit 38e40fa857

View File

@@ -182,6 +182,9 @@ $NXT_BUILD_DIR/$nxt_obj: $nxt_src
$nxt_dep_flags \\ $nxt_dep_flags \\
-o $NXT_BUILD_DIR/$nxt_obj $nxt_src -o $NXT_BUILD_DIR/$nxt_obj $nxt_src
$nxt_dep_post $nxt_dep_post
-include $NXT_BUILD_DIR/$nxt_dep
END END
done done