forked from OSchip/llvm-project
Remove outdated line which of course cvs merging never detects...
llvm-svn: 4175
This commit is contained in:
parent
5156bba4c7
commit
7fc4b5c779
|
@ -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)
|
||||
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue