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
This commit is contained in:
Vikram S. Adve 2002-10-15 01:59:45 +00:00
parent 85131c8277
commit a0c8e0a73d
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)