From 38e40fa8577046182cd25536618a746ffa692499 Mon Sep 17 00:00:00 2001 From: Max Romanov Date: Wed, 30 May 2018 18:19:39 +0300 Subject: PHP: using generated dependencies in makefile. --- auto/modules/php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'auto/modules') 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 -- cgit