[llvm-commits] CVS: llvm/projects/Stacker/samples/Makefile

Reid Spencer reid at x10sys.com
Thu Oct 28 23:54:49 PDT 2004



Changes in directory llvm/projects/Stacker/samples:

Makefile updated: 1.6 -> 1.7
---
Log message:

Make sure the LLVM_CONFIG_DIR environment variable is set so we don't get
error messages from the compiler.


---
Diffs of the changes:  (+1 -1)

Index: llvm/projects/Stacker/samples/Makefile
diff -u llvm/projects/Stacker/samples/Makefile:1.6 llvm/projects/Stacker/samples/Makefile:1.7
--- llvm/projects/Stacker/samples/Makefile:1.6	Thu Oct 28 01:42:34 2004
+++ llvm/projects/Stacker/samples/Makefile	Fri Oct 29 01:42:38 2004
@@ -14,7 +14,7 @@
 
 SAMPLES = fibonacci hello prime goof
 
-LLVMC_EXEC = $(TOOLDIR)/llvmc
+LLVMC_EXEC = LLVM_CONFIG_DIR=$(BUILD_SRC_ROOT)/tools/llvmc $(TOOLDIR)/llvmc
 
 all :: $(SAMPLES)
 






More information about the llvm-commits mailing list