drop edinfo.inc into the objdir for src!=objdir builds.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108886 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2010-07-20 18:53:27 +00:00
parent d15d2f5087
commit 234db004f9

View File

@ -13,9 +13,9 @@ BUILT_SOURCES = EDInfo.inc
include $(LEVEL)/Makefile.common
EDInfo.inc: $(TBLGEN)
$(ObjDir)/EDInfo.inc: $(TBLGEN) $(ObjDir)/.dir
$(Echo) "Building semantic information header"
$(Verb) $(TableGen) -o $(call SYSPATH, $@) -gen-enhanced-disassembly-header /dev/null
$(Verb) $(TableGen) -o $@ -gen-enhanced-disassembly-header /dev/null
clean::
-$(Verb) $(RM) -f EDInfo.inc