summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 992bf7ad3f..fdbbe5677d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -97,7 +97,7 @@ maintainer-clean-depend-recursive:
(cd $$subdir && $(MAKE) $$target) || fail=yes; \
done && test -z "$$fail"
-include sapi/$(PHP_SAPI)/Makefile.inc
+include $(srcdir)/sapi/$(PHP_SAPI)/Makefile.inc
regex/libregex.a:
(cd regex; $(MAKE) lib)