aboutsummaryrefslogtreecommitdiffstats
path: root/lib/DebugInfo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/DebugInfo/Makefile')
-rw-r--r--lib/DebugInfo/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/DebugInfo/Makefile b/lib/DebugInfo/Makefile
index 1292b57..27a5e1f 100644
--- a/lib/DebugInfo/Makefile
+++ b/lib/DebugInfo/Makefile
@@ -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 PDB
+
+include $(LEVEL)/Makefile.common \ No newline at end of file