From ad0bf0fc0cead2c714d6a0e164d3bdb2864eb8e1 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Thu, 28 Aug 2003 21:34:13 +0000 Subject: Renaming LLVM `dis' to `llvm-dis'. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8189 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/llvm-dis/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/llvm-dis/Makefile') diff --git a/tools/llvm-dis/Makefile b/tools/llvm-dis/Makefile index 4409a17767..0238dd2a17 100644 --- a/tools/llvm-dis/Makefile +++ b/tools/llvm-dis/Makefile @@ -1,5 +1,5 @@ LEVEL = ../.. -TOOLNAME = dis +TOOLNAME = llvm-dis USEDLIBS = bcreader cwriter ipa.a vmcore support.a include $(LEVEL)/Makefile.common -- cgit v1.2.3-18-g5258