summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--compiler-rt/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler-rt/Makefile b/compiler-rt/Makefile
index 4f6a2e087ff..08a510420b9 100644
--- a/compiler-rt/Makefile
+++ b/compiler-rt/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)
OpenPOWER on IntegriCloud