diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2006-03-13 17:57:31 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2006-03-13 17:57:31 +0000 |
commit | a1364294620cd9e2478b1f8368ec0a809991f69f (patch) | |
tree | 70e9ce877c7fe0eca62d7a73e3f2db278cbdce02 /lib/VMCore | |
parent | f4321a3a438833dade457e24da6e1e6907cabcd5 (diff) | |
download | external_llvm-a1364294620cd9e2478b1f8368ec0a809991f69f.zip external_llvm-a1364294620cd9e2478b1f8368ec0a809991f69f.tar.gz external_llvm-a1364294620cd9e2478b1f8368ec0a809991f69f.tar.bz2 |
Bring makefile back into compliance with standard by using
$(Echo) instead of @echo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26730 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/VMCore')
-rw-r--r-- | lib/VMCore/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VMCore/Makefile b/lib/VMCore/Makefile index 4117fef..bbbcbad 100644 --- a/lib/VMCore/Makefile +++ b/lib/VMCore/Makefile @@ -19,6 +19,6 @@ endif include $(LEVEL)/Makefile.common $(LEVEL)/include/llvm/Intrinsics.gen: $(LEVEL)/include/llvm/Intrinsics.td $(TBLGEN) - @echo Building Intrinsics.gen from Intrinsics.td + $(Echo) Building Intrinsics.gen from Intrinsics.td $(Verb) $(TableGen) $< -o $@ -gen-intrinsic |