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
Reviewed and landed by ap.
[WebKit-https.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index bb2a521abf95bbb32d5bac018dc9bf7a8cfc1955..770a350414d4ee3622bce886ade28ef94a160881 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1,4
+1,4
@@
-MODULES = JavaScriptCore JavaScriptGlue WebCore WebKit
+MODULES = JavaScriptCore JavaScriptGlue WebCore WebKit
WebKitTools
all:
@for dir in $(MODULES); do ${MAKE} $@ -C $$dir; if [ $$? -ne 0 ]; then break; fi; done