[llvm-commits] CVS: llvm/utils/PerfectShuffle/Makefile

Reid Spencer reid at x10sys.com
Tue Feb 6 10:51:52 PST 2007



Changes in directory llvm/utils/PerfectShuffle:

Makefile updated: 1.2 -> 1.3
---
Log message:

Set the new NO_INSTALL flag for build-only tools.


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

 Makefile |    1 +
 1 files changed, 1 insertion(+)


Index: llvm/utils/PerfectShuffle/Makefile
diff -u llvm/utils/PerfectShuffle/Makefile:1.2 llvm/utils/PerfectShuffle/Makefile:1.3
--- llvm/utils/PerfectShuffle/Makefile:1.2	Sun Apr 16 19:35:34 2006
+++ llvm/utils/PerfectShuffle/Makefile	Tue Feb  6 12:51:28 2007
@@ -9,5 +9,6 @@
 
 LEVEL = ../..
 TOOLNAME = llvm-PerfectShuffle
+NO_INSTALL = 1
 include $(LEVEL)/Makefile.common
 






More information about the llvm-commits mailing list