git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Teach make to build WTF.
[WebKit-https.git]
/
Source
/
Makefile
diff --git
a/Source/Makefile
b/Source/Makefile
index 522739330dbf0a902d1188c58c05eba4213b0d20..258c2f2e77051afae16b4f5acc672b7451d42e95 100644
(file)
--- a/
Source/Makefile
+++ b/
Source/Makefile
@@
-1,4
+1,4
@@
-MODULES = JavaScriptCore ThirdParty/ANGLE WebCore WebKit WebKit2
+MODULES =
WTF
JavaScriptCore ThirdParty/ANGLE WebCore WebKit WebKit2
all:
@for dir in $(MODULES); do ${MAKE} $@ -C $$dir; exit_status=$$?; \