Added a path to the current version of the built TableGen.
authorMisha Brukman <brukman+llvm@gmail.com>
Thu, 29 May 2003 20:09:23 +0000 (20:09 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Thu, 29 May 2003 20:09:23 +0000 (20:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6409 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.common
Makefile.rules

index 1e28f68b5cc7c431363a8f8426e7647f0e260e49..67ca17f20447b022bcb02585ca7a0edcf9f9da46 100644 (file)
@@ -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.
index 1e28f68b5cc7c431363a8f8426e7647f0e260e49..67ca17f20447b022bcb02585ca7a0edcf9f9da46 100644 (file)
@@ -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.