summaryrefslogtreecommitdiff
path: root/sapi/cli
diff options
context:
space:
mode:
authorEdin Kadribasic <edink@php.net>2002-01-13 23:51:56 +0000
committerEdin Kadribasic <edink@php.net>2002-01-13 23:51:56 +0000
commit2af5118d35206eb2d99003bfc95fa646bd824b2a (patch)
tree8048a50c77cbb49df1d1562e04f5ff79673f9dcd /sapi/cli
parentf1e8815c26cae7cdc6ce7975688866e8dba1dbc6 (diff)
downloadphp-git-2af5118d35206eb2d99003bfc95fa646bd824b2a.tar.gz
Fixed build in the directory other than $top_srcdir.
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)