Remove a really ancient line from the default 'make clean' rule that attempts
authorChris Lattner <sabre@nondot.org>
Thu, 10 Nov 2011 21:12:28 +0000 (21:12 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 10 Nov 2011 21:12:28 +0000 (21:12 +0000)
commit169698095dcdd09d9e9fd27d9a788477ee182b4d
treedfcd7925a6a9eba38695606157798d3020e531f8
parent16455ce1a4063348209e94f52afde653ded5eeb5
Remove a really ancient line from the default 'make clean' rule that attempts
to delete core files.  This causes a warning in clang/lib/StaticAnalyzer on
case insensitive filesystems, since it contains a "Core" directory.  Since this
is pointless anyway, just zap it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144317 91177308-0d34-0410-b5e6-96231b3b80d8
Makefile.rules