summaryrefslogtreecommitdiff
path: root/tools/llvm-as/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvm-as/Makefile')
-rw-r--r--tools/llvm-as/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/tools/llvm-as/Makefile b/tools/llvm-as/Makefile
index 74bfc6844f..b1d71e05b0 100644
--- a/tools/llvm-as/Makefile
+++ b/tools/llvm-as/Makefile
@@ -1,10 +1,6 @@
LEVEL = ../..
-include $(LEVEL)/Makefile.common
-all:: as
-clean::
- rm -f as
+TOOLNAME = as
+USEDLIBS = asmparser bcwriter asmwriter analysis vmcore support
-as : $(ObjectsG) ../../lib/Assembly/Parser/Debug/libasmparser.a \
- ../../lib/VMCore/Debug/libvmcore.a
- $(LinkG) -o as $(ObjectsG) -lasmparser -lbcwriter -lasmwriter -lanalysis -lvmcore -lsupport
+include $(LEVEL)/Makefile.common