projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ddc1aaa
)
Build BFtoLLVM example front-end by default
author
Brian Gaeke
<gaeke@uiuc.edu>
Tue, 5 Oct 2004 18:05:53 +0000
(18:05 +0000)
committer
Brian Gaeke
<gaeke@uiuc.edu>
Tue, 5 Oct 2004 18:05:53 +0000
(18:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16719
91177308
-0d34-0410-b5e6-
96231b3b80d8
examples/Makefile
patch
|
blob
|
history
diff --git
a/examples/Makefile
b/examples/Makefile
index a2b38821cd43b0f5a204d46c3567d2c7db1ca53f..9b66d034a804fff885f16fad1518962b3b91889b 100644
(file)
--- a/
examples/Makefile
+++ b/
examples/Makefile
@@
-11,6
+11,6
@@
LEVEL=..
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