[llvm-commits] CVS: llvm-test/Makefile.rules
Evan Cheng
evan.cheng at apple.com
Tue Jun 20 11:47:59 PDT 2006
Changes in directory llvm-test:
Makefile.rules updated: 1.12 -> 1.13
---
Log message:
Rename EXTRA_FLAGS to EXTRA_OPTIONS.
---
Diffs of the changes: (+2 -2)
Makefile.rules | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm-test/Makefile.rules
diff -u llvm-test/Makefile.rules:1.12 llvm-test/Makefile.rules:1.13
--- llvm-test/Makefile.rules:1.12 Tue Jun 6 19:05:16 2006
+++ llvm-test/Makefile.rules Tue Jun 20 13:47:47 2006
@@ -321,8 +321,8 @@
TARGET_FLAGS := -mdynamic-no-pic -fomit-frame-pointer
endif
-ifdef EXTRA_FLAGS
-TARGET_FLAGS += $(EXTRA_FLAGS)
+ifdef EXTRA_OPTIONS
+TARGET_FLAGS += $(EXTRA_OPTIONS)
endif
#
More information about the llvm-commits
mailing list