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

Unified Diff: native_client_sdk/src/build_tools/tests/set_nacl_env_test_archive/Makefile

Issue 8885015: Fixed set_nacl_env_test for changes to utf8 conversion in ppapi (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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
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 \

Powered by Google App Engine
This is Rietveld 408576698