OSDN Git Service

Bring makefile back into compliance with standard by using
authorReid Spencer <rspencer@reidspencer.com>
Mon, 13 Mar 2006 17:57:31 +0000 (17:57 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 13 Mar 2006 17:57:31 +0000 (17:57 +0000)
$(Echo) instead of @echo

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26730 91177308-0d34-0410-b5e6-96231b3b80d8

lib/VMCore/Makefile

index 4117fef..bbbcbad 100644 (file)
@@ -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