[llvm-commits] CVS: llvm-test/External/SPEC/CINT2000/186.crafty/Makefile
Misha Brukman
brukman at cs.uiuc.edu
Sat Apr 9 17:12:56 PDT 2005
Changes in directory llvm-test/External/SPEC/CINT2000/186.crafty:
Makefile updated: 1.11 -> 1.12
---
Log message:
Remove extra `)'
---
Diffs of the changes: (+1 -1)
Makefile | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-test/External/SPEC/CINT2000/186.crafty/Makefile
diff -u llvm-test/External/SPEC/CINT2000/186.crafty/Makefile:1.11 llvm-test/External/SPEC/CINT2000/186.crafty/Makefile:1.12
--- llvm-test/External/SPEC/CINT2000/186.crafty/Makefile:1.11 Sat Apr 9 17:30:36 2005
+++ llvm-test/External/SPEC/CINT2000/186.crafty/Makefile Sat Apr 9 19:12:45 2005
@@ -19,6 +19,6 @@
ifeq ($(ARCH),X86)
CPPFLAGS += -DLINUX_i386
endif
-ifeq ($(ARCH),PowerPC))
+ifeq ($(ARCH),PowerPC)
CPPFLAGS += -DLINUX_PPC32
endif
More information about the llvm-commits
mailing list