We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2f8722 commit a17749eCopy full SHA for a17749e
build/Makefile.global
@@ -2,7 +2,7 @@ mkinstalldirs = $(top_srcdir)/build/shtool mkdir -p
2
INSTALL = $(top_srcdir)/build/shtool install -c
3
INSTALL_DATA = $(INSTALL) -m 644
4
5
-DEFS = -I$(top_builddir)/include -I$(top_builddir)/main -I$(top_srcdir)
+DEFS = -I$(top_builddir)/main -I$(top_srcdir)
6
COMMON_FLAGS = $(DEFS) $(INCLUDES) $(EXTRA_INCLUDES) $(CPPFLAGS) $(PHP_FRAMEWORKPATH)
7
8
all: $(all_targets)
0 commit comments