Remove outdated line which of course cvs merging never detects...

llvm-svn: 4175
This commit is contained in:
Vikram S. Adve 2002-10-15 01:59:45 +00:00
parent 5156bba4c7
commit 7fc4b5c779
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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)