summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2003-06-09 00:17:03 +0000
committerfoobar <sniper@php.net>2003-06-09 00:17:03 +0000
commit755eccf82a59e2a176a5e9af687d51d2da5ed3d4 (patch)
treea6efc71345a5ca301a12a7e7df4b1ae7a00d573b /scripts
parent7f52928ea5877d2200cfead6d3f73bca6b9f457a (diff)
downloadphp-git-755eccf82a59e2a176a5e9af687d51d2da5ed3d4.tar.gz
- Moved scan_makefile_in.awk to better suitable place for it.
(other build related scripts are under build/ too..)
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile.frag2
-rw-r--r--scripts/phpize.in4
2 files changed, 3 insertions, 3 deletions
diff --git a/scripts/Makefile.frag b/scripts/Makefile.frag
index fa552edfca..8acb71a438 100644
--- a/scripts/Makefile.frag
+++ b/scripts/Makefile.frag
@@ -10,8 +10,8 @@ BUILD_FILES = \
scripts/phpize.m4 \
build/mkdep.awk \
build/shtool \
+ build/scan_makefile_in.awk \
Makefile.global \
- scan_makefile_in.awk \
acinclude.m4
bin_SCRIPTS = phpize php-config
diff --git a/scripts/phpize.in b/scripts/phpize.in
index 66ba42068a..ff26cb278f 100644
--- a/scripts/phpize.in
+++ b/scripts/phpize.in
@@ -5,8 +5,8 @@ phpdir="$prefix/lib/php/build"
includedir="$prefix/include/php"
builddir="`pwd`"
-FILES_BUILD="mkdep.awk shtool"
-FILES="acinclude.m4 Makefile.global scan_makefile_in.awk"
+FILES_BUILD="mkdep.awk scan_makefile_in.awk shtool"
+FILES="acinclude.m4 Makefile.global"
CLEAN_FILES="$FILES *.lo *.la *.o .deps .libs/ build/ include/ modules/ install-sh \
mkinstalldirs missing config.nice config.sub config.guess configure configure.in \
aclocal.m4 config.h config.h.in conftest* ltmain.sh libtool config.cache \