Make sure the LLVM_CONFIG_DIR environment variable is set so we don't get
authorReid Spencer <rspencer@reidspencer.com>
Fri, 29 Oct 2004 06:42:38 +0000 (06:42 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Fri, 29 Oct 2004 06:42:38 +0000 (06:42 +0000)
error messages from the compiler.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17335 91177308-0d34-0410-b5e6-96231b3b80d8

projects/Stacker/samples/Makefile

index 2d4c40cbbbd029687f763353b97c7b597b3a82aa..d5b278061cc1bdc65c21dcc38cc10969221eb9d1 100644 (file)
@@ -14,7 +14,7 @@ EXTRA_DIST = fibonacci.st hello.st prime.st goof.st
 
 SAMPLES = fibonacci hello prime goof
 
-LLVMC_EXEC = $(TOOLDIR)/llvmc
+LLVMC_EXEC = LLVM_CONFIG_DIR=$(BUILD_SRC_ROOT)/tools/llvmc $(TOOLDIR)/llvmc
 
 all :: $(SAMPLES)