aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/MSP430/Makefile
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2010-10-05 00:34:11 +0000
committerJim Grosbach <grosbach@apple.com>2010-10-05 00:34:11 +0000
commit33caa07cc57a6311292f7e89c008c5479bde50ca (patch)
tree343da0afdd30b62ece9fc5a0a80e64fe87ffc527 /lib/Target/MSP430/Makefile
parent90371ad16529099d53e78b1c6ac0c7e8b6374153 (diff)
downloadexternal_llvm-33caa07cc57a6311292f7e89c008c5479bde50ca.zip
external_llvm-33caa07cc57a6311292f7e89c008c5479bde50ca.tar.gz
external_llvm-33caa07cc57a6311292f7e89c008c5479bde50ca.tar.bz2
Re-apply r115363 and r115366 now that r115525 has removed the un-needed header
that caused the circular dependencies on Linux. Built OK for me on OSX and Linux (Ubuntu) with configure/make and CMake. Will keep an eye on the bots.... git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115582 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/MSP430/Makefile')
-rw-r--r--lib/Target/MSP430/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/MSP430/Makefile b/lib/Target/MSP430/Makefile
index b1f33d6..fa4e80b 100644
--- a/lib/Target/MSP430/Makefile
+++ b/lib/Target/MSP430/Makefile
@@ -18,7 +18,7 @@ BUILT_SOURCES = MSP430GenRegisterInfo.h.inc MSP430GenRegisterNames.inc \
MSP430GenDAGISel.inc MSP430GenCallingConv.inc \
MSP430GenSubtarget.inc
-DIRS = AsmPrinter TargetInfo
+DIRS = InstPrinter TargetInfo
include $(LEVEL)/Makefile.common