[llvm-commits] CVS: llvm-test/MultiSource/Applications/SIBsim4/Makefile
Evan Cheng
evan.cheng at apple.com
Mon Feb 19 14:03:30 PST 2007
Changes in directory llvm-test/MultiSource/Applications/SIBsim4:
Makefile updated: 1.1 -> 1.2
---
Log message:
Fix RUN_OPTIONS.
---
Diffs of the changes: (+1 -1)
Makefile | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-test/MultiSource/Applications/SIBsim4/Makefile
diff -u llvm-test/MultiSource/Applications/SIBsim4/Makefile:1.1 llvm-test/MultiSource/Applications/SIBsim4/Makefile:1.2
--- llvm-test/MultiSource/Applications/SIBsim4/Makefile:1.1 Thu Feb 15 17:46:09 2007
+++ llvm-test/MultiSource/Applications/SIBsim4/Makefile Mon Feb 19 16:03:13 2007
@@ -4,6 +4,6 @@
CPPFLAGS =
LDFLAGS =
-RUN_OPTIONS="$(PROJ_SRC_DIR)/x.fa $(PROJ_SRC_DIR)/y.fa -A4"
+RUN_OPTIONS= -A4 $(PROJ_SRC_DIR)/x.fa $(PROJ_SRC_DIR)/y.fa
include ../../Makefile.multisrc
More information about the llvm-commits
mailing list