summaryrefslogtreecommitdiff
path: root/ext/standard
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2021-03-16 14:21:38 +0100
committerNikita Popov <nikita.ppv@gmail.com>2021-03-16 14:22:25 +0100
commit4f750f7171ca954086ece6902c38b426370f9f03 (patch)
treeace7ddf57511e4c8586258d9ccc43cb61c064996 /ext/standard
parent9b816d83f6feb3c4d0aa75bf304aafc394f14daf (diff)
downloadphp-git-4f750f7171ca954086ece6902c38b426370f9f03.tar.gz
Revert "Remove some unnecessary explicit header dependencies"
This reverts commit c386b1fb177ec0dccc840cbec801e69609ced5c3. It looks like at least some of these might be needed for ordering in a clean build?
Diffstat (limited to 'ext/standard')
-rw-r--r--ext/standard/Makefile.frag2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/standard/Makefile.frag b/ext/standard/Makefile.frag
index 6f4659d8cb..16d8a20285 100644
--- a/ext/standard/Makefile.frag
+++ b/ext/standard/Makefile.frag
@@ -5,3 +5,5 @@ $(srcdir)/url_scanner_ex.c: $(srcdir)/url_scanner_ex.re
@(cd $(top_srcdir); $(RE2C) $(RE2C_FLAGS) --no-generation-date -b -o ext/standard/url_scanner_ex.c ext/standard/url_scanner_ex.re)
$(builddir)/info.lo: $(builddir)/../../main/build-defs.h
+
+$(builddir)/basic_functions.lo: $(top_srcdir)/Zend/zend_language_parser.h