[llvm-commits] CVS: llvm/tools/Makefile

Reid Spencer reid at x10sys.com
Mon Oct 25 20:12:22 PDT 2004



Changes in directory llvm/tools:

Makefile updated: 1.32 -> 1.33
---
Log message:

Add EXTRA_DIST for additional files to be distributed.

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

Index: llvm/tools/Makefile
diff -u llvm/tools/Makefile:1.32 llvm/tools/Makefile:1.33
--- llvm/tools/Makefile:1.32	Sun Sep 12 20:18:30 2004
+++ llvm/tools/Makefile	Mon Oct 25 22:12:11 2004
@@ -12,6 +12,8 @@
                  llvm-stub analyze extract bugpoint llvm-nm llvm-prof llvm-db \
                  llvm-ar llvm-bcanalyzer llee
 
+EXTRA_DIST := Makefile.JIT
+
 include $(LEVEL)/Makefile.config
 
 ifeq ($(ARCH), Sparc)






More information about the llvm-commits mailing list