diff options
author | Marcus Boerger <helly@php.net> | 2005-08-31 06:58:25 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2005-08-31 06:58:25 +0000 |
commit | 8a3ea48eef0680e3a30d9df024c56a862a0f46ea (patch) | |
tree | 9a69616e6e5137331e94871990b7316be501ccca /scripts | |
parent | 4ae827de7f2c0f84a2529692ffaee8f0eb389f79 (diff) | |
download | php-git-8a3ea48eef0680e3a30d9df024c56a862a0f46ea.tar.gz |
- 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 \ |