mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-02 07:32:52 +00:00
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:
parent
f4321a3a43
commit
a136429462
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user