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

Reid Spencer reid at x10sys.com
Fri Oct 29 11:43:59 PDT 2004



Changes in directory llvm/projects/Stacker:

Makefile updated: 1.8 -> 1.9
---
Log message:

Disable the build in the samples directory so that llvmc dependencies don't
mess up the build.


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

Index: llvm/projects/Stacker/Makefile
diff -u llvm/projects/Stacker/Makefile:1.8 llvm/projects/Stacker/Makefile:1.9
--- llvm/projects/Stacker/Makefile:1.8	Wed Oct 27 23:07:54 2004
+++ llvm/projects/Stacker/Makefile	Fri Oct 29 13:43:49 2004
@@ -5,7 +5,7 @@
 ##===----------------------------------------------------------------------===##
 
 LEVEL = .
-DIRS = lib tools samples 
+DIRS = lib tools
 EXTRA_DIST = test
 
 include $(LEVEL)/Makefile.common






More information about the llvm-commits mailing list