summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-09-10 23:13:59 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-09-10 23:13:59 +0000
commitfd17b8a32c45a43ae95d1c3d5312adccb7264955 (patch)
tree3c64d03bcca19541471ea56935a09bcd38cc8e4d /Makefile
parent866d2824095a5bc78307c103347695b52f3d49f0 (diff)
Include universal build step in 'make {Debug,Release,Profile}' targets.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@81474 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4f6a2e087..08a510420 100644
--- a/Makefile
+++ b/Makefile
@@ -64,6 +64,9 @@ $(ActiveLibOpt): $(OptimizedInputs) $(ActiveObjPath)/.dir
$(Verb) $(Lipo) -create -output $$@ $(OptimizedInputs))
.PRECIOUS: $(ActiveObjPath)/.dir
+# Add to default "alias" target.
+$(ActiveConfig):: $(ActiveLibGen) $(ActiveLibOpt)
+
# Add to target lists.
all:: $(ActiveConfig) $(ActiveLibGen) $(ActiveLibOpt)