aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Instrumentation
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Transforms/Instrumentation')
-rw-r--r--lib/Transforms/Instrumentation/Makefile3
-rw-r--r--lib/Transforms/Instrumentation/ProfilePaths/Makefile3
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/Transforms/Instrumentation/Makefile b/lib/Transforms/Instrumentation/Makefile
index e0e7d7c..ca48b0b 100644
--- a/lib/Transforms/Instrumentation/Makefile
+++ b/lib/Transforms/Instrumentation/Makefile
@@ -1,6 +1,7 @@
LEVEL = ../../..
-
LIBRARYNAME = instrument
DIRS = ProfilePaths
+BUILD_ARCHIVE = 1
+
include $(LEVEL)/Makefile.common
diff --git a/lib/Transforms/Instrumentation/ProfilePaths/Makefile b/lib/Transforms/Instrumentation/ProfilePaths/Makefile
index ef2fc28..91e1c2f 100644
--- a/lib/Transforms/Instrumentation/ProfilePaths/Makefile
+++ b/lib/Transforms/Instrumentation/ProfilePaths/Makefile
@@ -1,6 +1,5 @@
LEVEL = ../../../..
-
-DIRS =
LIBRARYNAME = profpaths
+
include $(LEVEL)/Makefile.common