mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-04 22:07:27 +00:00
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:
parent
d15d2f5087
commit
234db004f9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user