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

Reid Spencer reid at x10sys.com
Wed Oct 27 16:19:07 PDT 2004



Changes in directory llvm/projects/Stacker/samples:

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

Change Library Names Not To Conflict With Others When Installed

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

Index: llvm/projects/Stacker/samples/Makefile
diff -u llvm/projects/Stacker/samples/Makefile:1.3 llvm/projects/Stacker/samples/Makefile:1.4
--- llvm/projects/Stacker/samples/Makefile:1.3	Mon Dec  8 01:08:00 2003
+++ llvm/projects/Stacker/samples/Makefile	Wed Oct 27 18:18:45 2004
@@ -24,7 +24,7 @@
 all :: $(SAMPLES)
 
 ifdef OPTIMIZE
-%.bc : %.st 
+% : %.st 
 	@$(ECHO) "Compiling and Optimizing $< to $*.bc"
 	$(VERB)$(STKRC_EXEC) -e -o - $< | opt -stats -q -f -o $*.bc \
 	    -aa-eval -adce -branch-combine -cee -constmerge -constprop -dce -die -ds-aa \






More information about the llvm-commits mailing list