diff options
author | Jani Taskinen <jani@php.net> | 2009-07-17 12:31:58 +0000 |
---|---|---|
committer | Jani Taskinen <jani@php.net> | 2009-07-17 12:31:58 +0000 |
commit | eb4446a81234d32d5c24a26a54d1f0e19d50db12 (patch) | |
tree | f4b0a8984ea6fb59b5364559adb0996853de7a25 /build | |
parent | 5e76a611df2c576bc5149f3fb7ed5670adcf11ff (diff) | |
download | php-git-eb4446a81234d32d5c24a26a54d1f0e19d50db12.tar.gz |
- Add missing file exts
Diffstat (limited to 'build')
-rw-r--r-- | build/build.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/build.mk b/build/build.mk index d131b16cef..3e1dad6c5f 100644 --- a/build/build.mk +++ b/build/build.mk @@ -1,7 +1,7 @@ # +----------------------------------------------------------------------+ # | PHP Version 5 | # +----------------------------------------------------------------------+ -# | Copyright (c) 1997-2007 The PHP Group | +# | Copyright (c) 1997-2006 The PHP Group | # +----------------------------------------------------------------------+ # | This source file is subject to version 3.01 of the PHP license, | # | that is bundled with this package in the file LICENSE, and is | @@ -72,7 +72,7 @@ cvsclean-work: svnclean-work: @for i in `find . -type d -not -path '*/.svn/*' | grep -v '.svn'`; do \ - (cd `dirname $$i` 2>/dev/null && rm -rf `svn propget svn:ignore . | grep -v config.nice` *.o *.a *.lo *.la .libs || true); \ + (cd `dirname $$i` 2>/dev/null && rm -rf `svn propget svn:ignore . | grep -v config.nice` *.o *.a *.lo *.la *.gcno *.gcda .libs || true); \ done gitclean-work: |