From e0acb769f4e11f3b7cc263a36e686581e3e38c18 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Tue, 1 Mar 2005 16:27:06 +0000 Subject: [PATCH] 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 --- Makefile.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)' -- 2.34.1