aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2005-03-01 16:27:06 +0000
committerReid Spencer <rspencer@reidspencer.com>2005-03-01 16:27:06 +0000
commite0acb769f4e11f3b7cc263a36e686581e3e38c18 (patch)
treefce07d48cf6f6a99aa0c4fe142baa157a61a5796
parent0456e4a079de51087978c177b1de63343731f4fb (diff)
downloadexternal_llvm-e0acb769f4e11f3b7cc263a36e686581e3e38c18.zip
external_llvm-e0acb769f4e11f3b7cc263a36e686581e3e38c18.tar.gz
external_llvm-e0acb769f4e11f3b7cc263a36e686581e3e38c18.tar.bz2
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
-rw-r--r--Makefile.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.rules b/Makefile.rules
index a7f35f8..de9f24e 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -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)'