From: Reid Spencer Date: Tue, 1 Mar 2005 16:27:06 +0000 (+0000) Subject: Correct a typo in Makefile.rules. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=e0acb769f4e11f3b7cc263a36e686581e3e38c18;p=oota-llvm.git 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 a7f35f8327c..de9f24ef2ad 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)'