Correct a typo in Makefile.rules.
Patch idea contributed by Vladimir Merzliakov.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20384 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/Makefile.rules b/Makefile.rules
index a7f35f8..de9f24e 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -1528,7 +1528,7 @@
 	$(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)'