summaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorVikram S. Adve <vadve@cs.uiuc.edu>2002-10-15 01:59:45 +0000
committerVikram S. Adve <vadve@cs.uiuc.edu>2002-10-15 01:59:45 +0000
commita0c8e0a73d959ec04228655bc3f61a5e40dd0b8d (patch)
tree431d2d85a545a5fb6c1655cc4d0dc71b96f91f8e /Makefile.common
parent85131c8277891c91f24fd6411449298ce4b1b648 (diff)
downloadllvm-a0c8e0a73d959ec04228655bc3f61a5e40dd0b8d.tar.gz
llvm-a0c8e0a73d959ec04228655bc3f61a5e40dd0b8d.tar.bz2
llvm-a0c8e0a73d959ec04228655bc3f61a5e40dd0b8d.tar.xz
Remove outdated line which of course cvs merging never detects...
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4175 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index f3f3cf159c..01261acd2b 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -126,7 +126,7 @@ endif
# Special tools used while building the LLVM tree. Burg is built as part of the
# utils directory.
#
-BURG := $(LEVEL)/utils/Burg/burg.$(UNAME)
+BURG := $(TOOLDEBUG)/burg
RunBurg := $(BURG) $(BURG_OPTS)