summaryrefslogtreecommitdiff
path: root/sapi/cli
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/cli')
-rw-r--r--sapi/cli/Makefile.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/sapi/cli/Makefile.in b/sapi/cli/Makefile.in
index 90f0e0d63a..0a10b98860 100644
--- a/sapi/cli/Makefile.in
+++ b/sapi/cli/Makefile.in
@@ -2,11 +2,11 @@ LTLIBRARY_NAME = libphp4cli.la
LTLIBRARY_SOURCES = php_cli.c getopt.c
LTLIBRARY_DEPENDENCIES = \
- $(top_srcdir)/Zend/libZend.la \
- $(top_srcdir)/main/libmain.la \
- $(top_srcdir)/$(REGEX_LIB) \
+ $(top_builddir)/Zend/libZend.la \
+ $(top_builddir)/main/libmain.la \
+ $(top_builddir)/$(REGEX_LIB) \
$(EXT_LTLIBS) \
- $(top_srcdir)/$(TSRM_LIB)
+ $(top_builddir)/$(TSRM_LIB)
LTLIBRARY_LDFLAGS = -rpath $(phptempdir) $(EXTRA_LDFLAGS) $(LDFLAGS) $(PHP_RPATHS)
LTLIBRARY_LIBADD = $(LTLIBRARY_DEPENDENCIES) $(EXTRA_LIBS)