summaryrefslogtreecommitdiff
path: root/projects/Stacker/samples/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/Stacker/samples/Makefile')
-rw-r--r--projects/Stacker/samples/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/Stacker/samples/Makefile b/projects/Stacker/samples/Makefile
index 2d4c40cbbb..d5b278061c 100644
--- a/projects/Stacker/samples/Makefile
+++ b/projects/Stacker/samples/Makefile
@@ -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)