Index: native_client_sdk/src/examples/hello_world_stdio/Makefile |
diff --git a/native_client_sdk/src/examples/hello_world_stdio/Makefile b/native_client_sdk/src/examples/hello_world_stdio/Makefile |
index aa8f0f6d95523aa0b5c1bab97b21adcae3c9f6ac..dfaa362a15bbc7ac48a10a8bf51efcc8213b4a9a 100644 |
--- a/native_client_sdk/src/examples/hello_world_stdio/Makefile |
+++ b/native_client_sdk/src/examples/hello_world_stdio/Makefile |
@@ -54,7 +54,7 @@ SOURCES=hello_world.c |
# We break this list down into two parts, the set we need to rebuild (DEPS) |
# and the set we do not. |
# |
-DEPS=ppapi_main nacl_mounts |
+DEPS=ppapi_main nacl_io |
LIBS=$(DEPS) ppapi_cpp ppapi pthread |