Change Library Names Not To Conflict With Others When Installed
[oota-llvm.git] / projects / Stacker / samples / Makefile
index d5b9b6ed0a126c91392b5b0d70fd41540de0bc5e..22190a78dbb2ecef43f1da6bbdf18284c0ff5d97 100644 (file)
@@ -24,7 +24,7 @@ LLVMDIS_EXEC = $(BUILD_OBJ_ROOT)/tools/$(CONFIGURATION)/llvm-dis
 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 \