Move DebugInfo to DebugInfo/DWARF.
[oota-llvm.git] / lib / DebugInfo / Makefile
index 1292b5728359b5d967eb74d5d43521989306c4ac..9b4cb23690d6f14ae55d05b86d1c3804a905d717 100644 (file)
@@ -6,9 +6,10 @@
 # License. See LICENSE.TXT for details.
 #
 ##===----------------------------------------------------------------------===##
-
 LEVEL = ../..
-LIBRARYNAME = LLVMDebugInfo
-BUILD_ARCHIVE := 1
 
-include $(LEVEL)/Makefile.common
+include $(LEVEL)/Makefile.config
+
+PARALLEL_DIRS := DWARF
+
+include $(LEVEL)/Makefile.common
\ No newline at end of file