diff options
| -rw-r--r-- | Zend/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/Makefile.am b/Zend/Makefile.am index c8d6c39011..ee7a738369 100644 --- a/Zend/Makefile.am +++ b/Zend/Makefile.am @@ -45,5 +45,5 @@ zend_ini_parser.h: zend_ini_parser.c depend: zend_execute.lo: $(srcdir)/zend_execute.c - $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(INLINE_CFLAGS) -c $(srcdir)/zend_execute.c + $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(CPPFLAGS) $(INLINE_CFLAGS) -c $(srcdir)/zend_execute.c |
