[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/Prolangs-C/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Tue Oct 26 21:12:43 PDT 2004
Changes in directory llvm-test/MultiSource/Benchmarks/Prolangs-C:
Makefile updated: 1.1 -> 1.2
---
Log message:
Hack bison out until it stops filling the zion disk
---
Diffs of the changes: (+2 -1)
Index: llvm-test/MultiSource/Benchmarks/Prolangs-C/Makefile
diff -u llvm-test/MultiSource/Benchmarks/Prolangs-C/Makefile:1.1 llvm-test/MultiSource/Benchmarks/Prolangs-C/Makefile:1.2
--- llvm-test/MultiSource/Benchmarks/Prolangs-C/Makefile:1.1 Tue Oct 5 16:39:12 2004
+++ llvm-test/MultiSource/Benchmarks/Prolangs-C/Makefile Tue Oct 26 23:12:28 2004
@@ -1,5 +1,6 @@
LEVEL = ../../..
-PARALLEL_DIRS := TimberWolfMC agrep allroots archie-client assembler bison \
+PARALLEL_DIRS := TimberWolfMC agrep allroots archie-client assembler \
cdecl compiler dixie fixoutput football gnugo loader \
plot2fig simulator unix-smail unix-tbl
+### bison
include $(LEVEL)/Makefile.programs
More information about the llvm-commits
mailing list