From a0c8e0a73d959ec04228655bc3f61a5e40dd0b8d Mon Sep 17 00:00:00 2001 From: "Vikram S. Adve" Date: Tue, 15 Oct 2002 01:59:45 +0000 Subject: [PATCH] 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 --- Makefile.common | 2 +- Makefile.rules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) -- 2.34.1