Exclude util/wshelper from reindent
authorTom Yu <tlyu@mit.edu>
Mon, 17 Oct 2011 19:10:52 +0000 (19:10 +0000)
committerTom Yu <tlyu@mit.edu>
Mon, 17 Oct 2011 19:10:52 +0000 (19:10 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25361 dc483132-0cff-0310-8789-dd5450dbe970

src/Makefile.in

index 36516aaad92efc151050311e9d9593d4b7a06a7a..7ac83206e5119bebe0cbd1ae6a7eaa8f192f2a89 100644 (file)
@@ -723,7 +723,8 @@ OTHEREXCLUDES = \
        util/profile/profile_tcl.c \
        util/support/fnmatch.c \
        util/verto \
-       util/k5ev
+       util/k5ev \
+       util/wshelper
 
 EXCLUDES = `for i in $(BSDFILES) $(OTHEREXCLUDES); do echo $$i; done | $(AWK) '{ print "-path", $$1, "-o" }'` -path /dev/null