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

Chris Lattner lattner at cs.uiuc.edu
Tue Jul 12 11:47:20 PDT 2005



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

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

disable this test on platforms without the re_* fns


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

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


Index: llvm-test/MultiSource/Benchmarks/Prolangs-C/archie-client/Makefile
diff -u llvm-test/MultiSource/Benchmarks/Prolangs-C/archie-client/Makefile:1.2 llvm-test/MultiSource/Benchmarks/Prolangs-C/archie-client/Makefile:1.3
--- llvm-test/MultiSource/Benchmarks/Prolangs-C/archie-client/Makefile:1.2	Thu Dec  9 18:18:22 2004
+++ llvm-test/MultiSource/Benchmarks/Prolangs-C/archie-client/Makefile	Tue Jul 12 13:47:09 2005
@@ -1,6 +1,12 @@
 LEVEL = ../../../..
 
+include $(LEVEL)/Makefile.config
+
+# This test uses the deprecated re_comp functions.
+ifdef HAVE_RE_COMP
 PROG = archie
+endif
+
 include $(LEVEL)/MultiSource/Makefile.multisrc
 
 ifeq ($(OS),SunOS)






More information about the llvm-commits mailing list