All directory targets now install the Makefile only if it is missing.
authorJohn Criswell <criswell@uiuc.edu>
Tue, 25 Nov 2003 19:32:22 +0000 (19:32 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Tue, 25 Nov 2003 19:32:22 +0000 (19:32 +0000)
commitb3866b69a5a067ecae663e453a2c04279969a3f2
treeb561b6e92e884f497426a45f276d37a5de4583dd
parentec4e8085e83fa1f14a82849548f7c1ad82009ade
All directory targets now install the Makefile only if it is missing.
Directory targets no longer check for existance of the directory in the
object tree; if the Makefile doesn't exist, we will re-create the directory.
This seems to be a pretty good assumption and saves us from checking
directory existance each time.

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