Some simple cleanups:
authorReid Spencer <rspencer@reidspencer.com>
Wed, 21 Dec 2005 23:17:06 +0000 (23:17 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Wed, 21 Dec 2005 23:17:06 +0000 (23:17 +0000)
commit25e8a70ea3b73210465e1f37b506ff23f95ad908
treeaa34e2d892101751aa5268bdc8005ec6159cb7c7
parentc85b33f264f978a4276775873da935d0a906f19d
Some simple cleanups:
1. When srcdir == objdir have "spotless" say that it isn't supported in
   that mode rather than just let make say "no such target"
2. Minor doc cleanups
3. Fix the double rebuild problem with yacc files. A missing dependency
   caused parallel builds to skip building the .cpp file after the .cpp
   file was regenerated by bison.

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