From: Reid Spencer Date: Mon, 13 Mar 2006 17:57:31 +0000 (+0000) Subject: Bring makefile back into compliance with standard by using X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=a1364294620cd9e2478b1f8368ec0a809991f69f;p=oota-llvm.git 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 --- diff --git a/lib/VMCore/Makefile b/lib/VMCore/Makefile index 4117feff9f5..bbbcbad6a67 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