From: Vikram S. Adve Date: Tue, 15 Oct 2002 01:59:45 +0000 (+0000) Subject: Remove outdated line which of course cvs merging never detects... X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=a0c8e0a73d959ec04228655bc3f61a5e40dd0b8d;p=oota-llvm.git 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 --- diff --git a/Makefile.common b/Makefile.common index f3f3cf159cc..01261acd2b0 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) diff --git a/Makefile.rules b/Makefile.rules index f3f3cf159cc..01261acd2b0 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -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)