From c9744e7f269ec8003b64c39c6c9e62f0b6c33a5a Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 7 Sep 2001 22:59:25 +0000 Subject: Make use of the new TOOLNAME/USEDLIBS options provided in Makefile.common git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@501 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/llvm-dis/Makefile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'tools/llvm-dis/Makefile') diff --git a/tools/llvm-dis/Makefile b/tools/llvm-dis/Makefile index 8ce3e2161c..ef65811893 100644 --- a/tools/llvm-dis/Makefile +++ b/tools/llvm-dis/Makefile @@ -1,10 +1,7 @@ LEVEL = ../.. -include $(LEVEL)/Makefile.common -all:: dis -clean :: - rm -f dis +TOOLNAME = dis +USEDLIBS = bcreader asmwriter analysis vmcore support +include $(LEVEL)/Makefile.common -dis : $(ObjectsG) - $(LinkG) -o $@ $(ObjectsG) -lbcreader -lasmwriter -lanalysis -lvmcore -lsupport -- cgit v1.2.3