summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.common2
-rw-r--r--Makefile.rules2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.common b/Makefile.common
index f3f3cf159c..01261acd2b 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 f3f3cf159c..01261acd2b 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)