Remove outdated line which of course cvs merging never detects...
authorVikram S. Adve <vadve@cs.uiuc.edu>
Tue, 15 Oct 2002 01:59:45 +0000 (01:59 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Tue, 15 Oct 2002 01:59:45 +0000 (01:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4175 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.common
Makefile.rules

index f3f3cf159ccf9f91a76f443758519734c4c3eaa6..01261acd2b06605a1da5af574acc443c934cae31 100644 (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)
 
 
index f3f3cf159ccf9f91a76f443758519734c4c3eaa6..01261acd2b06605a1da5af574acc443c934cae31 100644 (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)