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

Reid Spencer reid at x10sys.com
Wed Oct 27 21:08:04 PDT 2004



Changes in directory llvm/projects/Stacker:

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

Add the samples directory to the build

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

Index: llvm/projects/Stacker/Makefile
diff -u llvm/projects/Stacker/Makefile:1.7 llvm/projects/Stacker/Makefile:1.8
--- llvm/projects/Stacker/Makefile:1.7	Tue Oct 26 02:04:18 2004
+++ llvm/projects/Stacker/Makefile	Wed Oct 27 23:07:54 2004
@@ -5,7 +5,7 @@
 ##===----------------------------------------------------------------------===##
 
 LEVEL = .
-DIRS = lib tools
-EXTRA_DIST = samples test
+DIRS = lib tools samples 
+EXTRA_DIST = test
 
 include $(LEVEL)/Makefile.common






More information about the llvm-commits mailing list