edinfo doesn't need to be built here.

llvm-svn: 108873
This commit is contained in:
Chris Lattner 2010-07-20 18:31:54 +00:00
parent f5da80b271
commit 2e49f3fb0e
2 changed files with 0 additions and 9 deletions

View File

@ -1 +0,0 @@
// Intentionally empty.

View File

@ -10,8 +10,6 @@
LEVEL = ../..
LIBRARYNAME = EnhancedDisassembly
BUILT_SOURCES = EDInfo.inc
EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/EnhancedDisassembly.exports
# Include this here so we can get the configuration of the targets
@ -52,9 +50,3 @@ ifeq ($(HOST_OS),Darwin)
endif
endif
EDInfo.inc: $(TBLGEN)
$(Echo) "Building semantic information header"
$(Verb) $(TableGen) -o $(call SYSPATH, $@) -gen-enhanced-disassembly-header /dev/null
clean::
-$(Verb) $(RM) -f EDInfo.inc