summaryrefslogtreecommitdiff
path: root/scripts/Makefile.frag
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2005-06-07 21:56:09 +0000
committerfoobar <sniper@php.net>2005-06-07 21:56:09 +0000
commitd3f1bf4c3513494feeaa578c6375c89b4d8616e1 (patch)
tree59f4249477283923e194a7e72428a1bc4c14ca41 /scripts/Makefile.frag
parent7101cd821ab07f08afd8b3d44027a437991cd21c (diff)
downloadphp-git-d3f1bf4c3513494feeaa578c6375c89b4d8616e1.tar.gz
- Fix paths when using --libdir and --includedir configure options
Diffstat (limited to 'scripts/Makefile.frag')
-rw-r--r--scripts/Makefile.frag2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.frag b/scripts/Makefile.frag
index 7ae716eba0..debe7a5beb 100644
--- a/scripts/Makefile.frag
+++ b/scripts/Makefile.frag
@@ -4,7 +4,7 @@
#
phpincludedir = $(includedir)/php
-phpbuilddir = $(prefix)/lib/php/build
+phpbuilddir = $(libdir)/build
BUILD_FILES = \
scripts/phpize.m4 \