Correct a typo in Makefile.rules.
authorReid Spencer <rspencer@reidspencer.com>
Tue, 1 Mar 2005 16:27:06 +0000 (16:27 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Tue, 1 Mar 2005 16:27:06 +0000 (16:27 +0000)
Patch idea contributed by Vladimir Merzliakov.

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

Makefile.rules

index a7f35f8327c6bbbe9839fc6e62308d7b8103d3c6..de9f24ef2ad73c2901712e5055b71a989f27a2d9 100644 (file)
@@ -1528,7 +1528,7 @@ printvars::
        $(Echo) "TDFiles      : " '$(TDFiles)'
        $(Echo) "INCFiles     : " '$(INCFiles)'
        $(Echo) "INCTMPFiles  : " '$(INCTMPFiles)'
-       $(Echo) "Preconditions: " '$(Preconditions)'
+       $(Echo) "PreConditions: " '$(PreConditions)'
        $(Echo) "Compile.CXX  : " '$(Compile.CXX)'
        $(Echo) "Compile.C    : " '$(Compile.C)'
        $(Echo) "Archive      : " '$(Archive)'