diff options
author | Marcus Boerger <helly@php.net> | 2005-08-31 07:00:22 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2005-08-31 07:00:22 +0000 |
commit | 7c37c2c37ea6a53d8862c5f21ce8941fdb21d244 (patch) | |
tree | 8ead4475566d969e24a31e98502ce5159e7f7ed2 /scripts | |
parent | b247dc341860d9080494463998b2fbd786529b6c (diff) | |
download | php-git-7c37c2c37ea6a53d8862c5f21ce8941fdb21d244.tar.gz |
- MFH run-tests-config.php was never used and now renamed
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/Makefile.frag | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/Makefile.frag b/scripts/Makefile.frag index f2fd54bf4d..93c48bec0b 100644 --- a/scripts/Makefile.frag +++ b/scripts/Makefile.frag @@ -14,8 +14,7 @@ BUILD_FILES = \ Makefile.global \ acinclude.m4 \ ltmain.sh \ - run-tests.php \ - run-tests-config.php + run-tests.php BUILD_FILES_EXEC = \ build/shtool \ |