Correct a typo in Makefile.rules.

Patch idea contributed by Vladimir Merzliakov.

llvm-svn: 20384
This commit is contained in:
Reid Spencer 2005-03-01 16:27:06 +00:00
parent 8ea6f9e821
commit fefb9ea94d
1 changed files with 1 additions and 1 deletions

View File

@ -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)'