[llvm-commits] CVS: llvm-test/External/SPEC/CINT2000/197.parser/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Wed Jul 13 10:58:14 PDT 2005
Changes in directory llvm-test/External/SPEC/CINT2000/197.parser:
Makefile updated: 1.5 -> 1.6
---
Log message:
Must include Makefile.config before testing OS. This gets 197.parser
building correctly on Darwin.
---
Diffs of the changes: (+2 -0)
Makefile | 2 ++
1 files changed, 2 insertions(+)
Index: llvm-test/External/SPEC/CINT2000/197.parser/Makefile
diff -u llvm-test/External/SPEC/CINT2000/197.parser/Makefile:1.5 llvm-test/External/SPEC/CINT2000/197.parser/Makefile:1.6
--- llvm-test/External/SPEC/CINT2000/197.parser/Makefile:1.5 Mon Apr 4 21:34:16 2005
+++ llvm-test/External/SPEC/CINT2000/197.parser/Makefile Wed Jul 13 12:58:02 2005
@@ -4,6 +4,8 @@
STDOUT_FILENAME = $(RUN_TYPE).out
CPPFLAGS =
+include $(LEVEL)/Makefile.config
+
ifeq ($(OS),Darwin)
CPPFLAGS += -D_ANSI_SOURCE=1
endif
More information about the llvm-commits
mailing list