Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Unified Diff: nacltoons/Makefile

Issue 12086111: Cocos2dx build depends on naclports build. (Closed) Base URL: https://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: nacltoons/Makefile
diff --git a/nacltoons/Makefile b/nacltoons/Makefile
index 6a00cedc2486abd4fb5eb8e43f5188cee09cbd8b..4d181a3eae27d9d006d6ee7d1473fc12c06b311b 100644
--- a/nacltoons/Makefile
+++ b/nacltoons/Makefile
@@ -18,7 +18,7 @@ naclports $(NACLPORTS_STAMP): build/build-naclports.sh
build/build-naclports.sh
touch $(NACLPORTS_STAMP)
-cocos2dx $(COCOS2DX_STAMP): build/build-cocos2dx.sh
+cocos2dx $(COCOS2DX_STAMP): $(NACLPORTS_STAMP) build/build-cocos2dx.sh
build/build-cocos2dx.sh
touch $(COCOS2DX_STAMP)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698