[llvm-commits] CVS: llvm/examples/Makefile
Brian Gaeke
gaeke at cs.uiuc.edu
Tue Oct 5 11:06:04 PDT 2004
Changes in directory llvm/examples:
Makefile updated: 1.4 -> 1.5
---
Log message:
Build BFtoLLVM example front-end by default
---
Diffs of the changes: (+1 -1)
Index: llvm/examples/Makefile
diff -u llvm/examples/Makefile:1.4 llvm/examples/Makefile:1.5
--- llvm/examples/Makefile:1.4 Mon Aug 23 14:29:54 2004
+++ llvm/examples/Makefile Tue Oct 5 13:05:53 2004
@@ -11,6 +11,6 @@
include $(LEVEL)/Makefile.config
#PARALLEL_DIRS:= $(patsubst %/Makefile,%,$(wildcard $(SourceDir)/*/Makefile))
-PARALLEL_DIRS:= Fibonacci HowToUseJIT ModuleMaker
+PARALLEL_DIRS:= Fibonacci HowToUseJIT ModuleMaker BFtoLLVM
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list