From ca65f4e8b7d5566d70a99273a4baabf4dbf08c05 Mon Sep 17 00:00:00 2001 From: Ying Wang Date: Tue, 24 May 2011 11:20:36 -0700 Subject: Always bring tblgen target up to date. The copy-only-diff trick violates the makefile assumption: Rules should bring the target up to date if any source has newer time stamp. Change-Id: I9301d00461f1480ffd9293b81294985e58d4cdef --- llvm-host-build.mk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'llvm-host-build.mk') diff --git a/llvm-host-build.mk b/llvm-host-build.mk index fe68934..d7ef682 100644 --- a/llvm-host-build.mk +++ b/llvm-host-build.mk @@ -63,7 +63,5 @@ $(hide) $(TBLGEN) \ -I $(LLVM_ROOT_PATH)/lib/Target \ $(if $(strip $(CLANG_ROOT_PATH)),-I $(CLANG_ROOT_PATH)/include,) \ -gen-$(strip $(1)) \ - -o $@.tmp $< -$(hide) $(LLVM_ROOT_PATH)/copy-diff.py $@.tmp $@ -$(hide) $(RM) $@.tmp + -o $@ $< endef -- cgit v1.1