aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2003-05-29 20:09:23 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2003-05-29 20:09:23 +0000
commitd58a6058b1f49c7a23ccaa0ffe7507cd46fd7bcd (patch)
tree211388fa500d0f494ef43774477c66f7ac87f90b
parent265a0c19a1fa6c03ddcbfdb9e1fc79edcdfdd8a4 (diff)
Added a path to the current version of the built TableGen.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6409 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--Makefile.common1
-rw-r--r--Makefile.rules1
2 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common
index 1e28f68b5c..67ca17f204 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -153,6 +153,7 @@ endif
BURG := $(TOOLCURRENT)/burg
RunBurg := $(BURG) $(BURG_OPTS)
+TBLGEN := $(TOOLCURRENT)/tblgen
# Enable this for profiling support with 'gprof'
# This automatically enables optimized builds.
diff --git a/Makefile.rules b/Makefile.rules
index 1e28f68b5c..67ca17f204 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -153,6 +153,7 @@ endif
BURG := $(TOOLCURRENT)/burg
RunBurg := $(BURG) $(BURG_OPTS)
+TBLGEN := $(TOOLCURRENT)/tblgen
# Enable this for profiling support with 'gprof'
# This automatically enables optimized builds.