[llvm-commits] CVS: llvm-test/SingleSource/Makefile.singlesrc
Evan Cheng
evan.cheng at apple.com
Tue Jun 6 17:05:31 PDT 2006
Changes in directory llvm-test/SingleSource:
Makefile.singlesrc updated: 1.29 -> 1.30
---
Log message:
Clean up makefiles.
---
Diffs of the changes: (+2 -2)
Makefile.singlesrc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm-test/SingleSource/Makefile.singlesrc
diff -u llvm-test/SingleSource/Makefile.singlesrc:1.29 llvm-test/SingleSource/Makefile.singlesrc:1.30
--- llvm-test/SingleSource/Makefile.singlesrc:1.29 Fri Feb 17 18:02:32 2006
+++ llvm-test/SingleSource/Makefile.singlesrc Tue Jun 6 19:05:16 2006
@@ -35,6 +35,6 @@
# FIXME: LIBS should be specified, not hardcoded to -lm
Output/%.native: $(SourceDir)/%.c Output/.dir
- -$(CC) $(CFLAGS) -O2 $(TARGET_CFLAGS) $< -lm -o $@ $(LDFLAGS)
+ -$(CC) $(CFLAGS) -O2 $(TARGET_FLAGS) $< -lm -o $@ $(LDFLAGS)
Output/%.native: $(SourceDir)/%.cpp Output/.dir
- -$(CXX) $(CXXFLAGS) -O2 $(TARGET_CFLAGS) $< -lm -o $@ $(LDFLAGS)
+ -$(CXX) $(CXXFLAGS) -O2 $(TARGET_FLAGS) $< -lm -o $@ $(LDFLAGS)
More information about the llvm-commits
mailing list