From fefb9ea94d9db6ad5b1677e5be6a04aa0aa16b35 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. llvm-svn: 20384 --- llvm/Makefile.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/Makefile.rules b/llvm/Makefile.rules index a7f35f8327c6..de9f24ef2ad7 100644 --- a/llvm/Makefile.rules +++ b/llvm/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)'