Index: native_client_sdk/src/build_tools/tests/set_nacl_env_test_archive/Makefile |
diff --git a/native_client_sdk/src/build_tools/tests/set_nacl_env_test_archive/Makefile b/native_client_sdk/src/build_tools/tests/set_nacl_env_test_archive/Makefile |
index 7db0ce728f0844d91d338935ea5c86b923573054..0f34e74e6172a4c5fc6e86d8ac9471190940f989 100644 |
--- a/native_client_sdk/src/build_tools/tests/set_nacl_env_test_archive/Makefile |
+++ b/native_client_sdk/src/build_tools/tests/set_nacl_env_test_archive/Makefile |
@@ -10,7 +10,7 @@ all : $(EXAMPLE) |
clean : |
rm -f $(EXAMPLE) hello_world_c.o hello_world_c.nexe |
-SRCS_ = $(EXAMPLE_DIR)/*.c |
+SRCS_ = $(EXAMPLE_DIR)/hello_world_c.c |
hello_world_c.o : $(SRCS_) |
$(CXX) $(CPPFLAGS) -I$(EXAMPLE_DIR) $(CXXFLAGS) -c \ |