Mercurial > sdl-ios-xcode
diff Makefile.in @ 2220:4d2d0548f5b2
Don't run indent on the Xcode templates
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 11 Aug 2007 18:51:12 +0000 |
parents | d63e9f5944ae |
children | 5ae70849d99d |
line wrap: on
line diff
--- a/Makefile.in Fri Aug 10 16:03:35 2007 +0000 +++ b/Makefile.in Sat Aug 11 18:51:12 2007 +0000 @@ -177,7 +177,7 @@ -name '*.h' -o \ -name '*.c' -o \ -name '*.cc' \) \ - -print | \ + -print | fgrep -v ./Xcode | \ while read file; do \ indent "$$file" -o "$$file.indent"; \ if cmp "$$file" "$$file.indent" >/dev/null; then \