diff options
| author | Bob Weinand <bobwei9@hotmail.com> | 2014-06-09 10:06:29 +0200 |
|---|---|---|
| committer | Bob Weinand <bobwei9@hotmail.com> | 2014-06-09 10:06:29 +0200 |
| commit | 6adc30028cfd04a1c6bcb0866de2fb22dae49ef5 (patch) | |
| tree | 0e46646d08d8b28a3e02de8b9eab1a9bf52b166a /sapi/phpdbg/config.m4 | |
| parent | be133d4eebb3856d76e935d618b2cccb262145b4 (diff) | |
| parent | 158b03fdef46458604d9ada7560f062bd36b8ef6 (diff) | |
| download | php-git-6adc30028cfd04a1c6bcb0866de2fb22dae49ef5.tar.gz | |
Merge sapi/phpdbg into PHP-5.6
Diffstat (limited to 'sapi/phpdbg/config.m4')
| -rw-r--r-- | sapi/phpdbg/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/phpdbg/config.m4 b/sapi/phpdbg/config.m4 index a1b2f9faa1..ecac171506 100644 --- a/sapi/phpdbg/config.m4 +++ b/sapi/phpdbg/config.m4 @@ -28,7 +28,7 @@ if test "$PHP_PHPDBG" != "no"; then PHP_SUBST(PHP_PHPDBG_FILES) PHP_SUBST(PHPDBG_EXTRA_LIBS) - PHP_ADD_MAKEFILE_FRAGMENT([$abs_srcdir/sapi/phpdbg/Makefile.frag]) + PHP_ADD_MAKEFILE_FRAGMENT([$abs_srcdir/sapi/phpdbg/Makefile.frag], [$abs_srcdir/sapi/phpdbg], [$abs_builddir/sapi/phpdbg]) PHP_SELECT_SAPI(phpdbg, program, $PHP_PHPDBG_FILES, $PHP_PHPDBG_CFLAGS, [$(SAPI_PHPDBG_PATH)]) BUILD_BINARY="sapi/phpdbg/phpdbg" |
