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

Reid Spencer reid at x10sys.com
Tue Oct 26 00:03:49 PDT 2004



Changes in directory llvm/projects/sample:

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

Make sure the include files get distributed.


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

Index: llvm/projects/sample/Makefile
diff -u llvm/projects/sample/Makefile:1.6 llvm/projects/sample/Makefile:1.7
--- llvm/projects/sample/Makefile:1.6	Tue Oct 21 10:31:36 2003
+++ llvm/projects/sample/Makefile	Tue Oct 26 02:03:39 2004
@@ -8,11 +8,8 @@
 # Indicates our relative path to the top of the project's root directory.
 #
 LEVEL = .
-
-#
-# Directories that needs to be built.
-#
 DIRS = lib tools
+EXTRA_DIST = include
 
 #
 # Include the Master Makefile that knows how to build all.






More information about the llvm-commits mailing list