Make the cleaning of BUILT_SOURCES be a "clean-all" target item, not a
authorReid Spencer <rspencer@reidspencer.com>
Wed, 7 Feb 2007 19:13:19 +0000 (19:13 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Wed, 7 Feb 2007 19:13:19 +0000 (19:13 +0000)
commit9bb399cf088154ec97f44603b03d80be469e9393
treee4f32b565eb11799932237608b214fecdeef057b
parent58a0d64fae7ace05b27dad94fd427991d853619b
Make the cleaning of BUILT_SOURCES be a "clean-all" target item, not a
"clean" target item. This gets around having the built sources disappear
when only one build mode wants to be cleaned. With the "clean-all" target,
all build modes are cleaned so it also makes sense to clean out the built
sources at that point.

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