aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-12-16 17:33:24 +0000
committerChris Lattner <sabre@nondot.org>2004-12-16 17:33:24 +0000
commit84b85c82622313a9f22366b1b6c4cd6f70777477 (patch)
treef2af7c4dfbe001ccf9b7dd2735b1c78129128399 /lib/Target/X86/Makefile
parent3c4734765e2cb4ab7cbe21657b9b71cffce1330f (diff)
downloadexternal_llvm-84b85c82622313a9f22366b1b6c4cd6f70777477.zip
external_llvm-84b85c82622313a9f22366b1b6c4cd6f70777477.tar.gz
external_llvm-84b85c82622313a9f22366b1b6c4cd6f70777477.tar.bz2
Adjust to changes in asmwriter filenames
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18987 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/X86/Makefile')
-rw-r--r--lib/Target/X86/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/X86/Makefile b/lib/Target/X86/Makefile
index 87115ea..423f1bf 100644
--- a/lib/Target/X86/Makefile
+++ b/lib/Target/X86/Makefile
@@ -12,8 +12,8 @@ TARGET = X86
# Make sure that tblgen is run, first thing.
BUILT_SOURCES = X86GenRegisterInfo.h.inc X86GenRegisterNames.inc \
X86GenRegisterInfo.inc X86GenInstrNames.inc \
- X86GenInstrInfo.inc X86GenATTAsmWriter.inc \
- X86GenIntelAsmWriter.inc
+ X86GenInstrInfo.inc X86GenAsmWriter.inc \
+ X86GenAsmWriter1.inc
include $(LEVEL)/Makefile.common