[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/Prolangs-C/plot2fig/Makefile

Chris Lattner lattner at cs.uiuc.edu
Tue Jul 12 11:43:34 PDT 2005



Changes in directory llvm-test/MultiSource/Benchmarks/Prolangs-C/plot2fig:

Makefile updated: 1.1 -> 1.2
---
Log message:

disable this test on systems that don't have re_exec, like darwin


---
Diffs of the changes:  (+5 -0)

 Makefile |    5 +++++
 1 files changed, 5 insertions(+)


Index: llvm-test/MultiSource/Benchmarks/Prolangs-C/plot2fig/Makefile
diff -u llvm-test/MultiSource/Benchmarks/Prolangs-C/plot2fig/Makefile:1.1 llvm-test/MultiSource/Benchmarks/Prolangs-C/plot2fig/Makefile:1.2
--- llvm-test/MultiSource/Benchmarks/Prolangs-C/plot2fig/Makefile:1.1	Tue Oct  5 16:07:24 2004
+++ llvm-test/MultiSource/Benchmarks/Prolangs-C/plot2fig/Makefile	Tue Jul 12 13:43:23 2005
@@ -1,5 +1,10 @@
 LEVEL = ../../../..
+include $(LEVEL)/Makefile.config
 
+# This test uses the deprecated re_comp functions.
+ifdef HAVE_RE_COMP
 PROG = plot2fig
+endif
+
 include $(LEVEL)/MultiSource/Makefile.multisrc
 






More information about the llvm-commits mailing list