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
This commit is contained in:
Reid Spencer 2006-03-13 17:57:31 +00:00
parent f4321a3a43
commit a136429462

View 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