Skip to content

Commit

Permalink
- Add missing file exts
Browse files Browse the repository at this point in the history
  • Loading branch information
Jani Taskinen committed Jul 17, 2009
1 parent 5e76a61 commit eb4446a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/build.mk
Original file line number Diff line number Diff line change
@@ -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 |
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit eb4446a

Please sign in to comment.