summaryrefslogtreecommitdiff
path: root/ext/standard
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2021-03-16 13:02:23 +0100
committerNikita Popov <nikita.ppv@gmail.com>2021-03-16 13:02:23 +0100
commitc386b1fb177ec0dccc840cbec801e69609ced5c3 (patch)
tree3035f5ced34872d5abe63e876b5c09de1a015c78 /ext/standard
parentfa9e2b31b88b1189e0b3d29840e3cce9f44c632d (diff)
downloadphp-git-c386b1fb177ec0dccc840cbec801e69609ced5c3.tar.gz
Remove some unnecessary explicit header dependencies
These are now automatically tracked by the build system.
Diffstat (limited to 'ext/standard')
-rw-r--r--ext/standard/Makefile.frag2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/standard/Makefile.frag b/ext/standard/Makefile.frag
index 16d8a20285..6f4659d8cb 100644
--- a/ext/standard/Makefile.frag
+++ b/ext/standard/Makefile.frag
@@ -5,5 +5,3 @@ $(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