create a new MCParser library and move some stuff into it.
[oota-llvm.git] / tools / llvm-mc / Makefile
index 9bfb773076de42302febbd8f16823abd83f6f9a8..5b0fe3f54462291c15ce3f1e91a3224d526a8e79 100644 (file)
@@ -19,6 +19,6 @@ NO_INSTALL = 1
 # early so we can set up LINK_COMPONENTS before including Makefile.rules
 include $(LEVEL)/Makefile.config
 
-LINK_COMPONENTS := $(TARGETS_TO_BUILD) MC support
+LINK_COMPONENTS := $(TARGETS_TO_BUILD) MCParser MC support
 
 include $(LLVM_SRC_ROOT)/Makefile.rules