[llvm-commits] CVS: llvm-test/MultiSource/Applications/SPASS/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Thu Sep 1 11:55:17 PDT 2005
Changes in directory llvm-test/MultiSource/Applications/SPASS:
Makefile updated: 1.6 -> 1.7
---
Log message:
remove space from end of line
---
Diffs of the changes: (+1 -1)
Makefile | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-test/MultiSource/Applications/SPASS/Makefile
diff -u llvm-test/MultiSource/Applications/SPASS/Makefile:1.6 llvm-test/MultiSource/Applications/SPASS/Makefile:1.7
--- llvm-test/MultiSource/Applications/SPASS/Makefile:1.6 Tue May 10 09:09:21 2005
+++ llvm-test/MultiSource/Applications/SPASS/Makefile Thu Sep 1 13:55:05 2005
@@ -1,5 +1,5 @@
LEVEL = ../../..
-PROG = SPASS
+PROG = SPASS
CPPFLAGS = -DCLOCK_NO_TIMING -fno-strict-aliasing -w
LDFLAGS = -lm
More information about the llvm-commits
mailing list