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

Unified Diff: ports/nacl-spawn/Makefile

Issue 907563002: Simplify cli_main (Closed) Base URL: https://chromium.googlesource.com/external/naclports.git@master
Patch Set: Created 5 years, 10 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
Index: ports/nacl-spawn/Makefile
diff --git a/ports/nacl-spawn/Makefile b/ports/nacl-spawn/Makefile
index b34aeeb03add9bd80c11458456deda7dd7123cec..3ffe7fd3f1ead493909394d492e8c2021ef8bac1 100644
--- a/ports/nacl-spawn/Makefile
+++ b/ports/nacl-spawn/Makefile
@@ -21,7 +21,7 @@ libcli_main.a: cli_main.o nacl_startup_untar.o
rm -f $@
$(NACLAR) rcs $@ $^
-nacl_startup_untar.o: nacl_startup_untar.c
+%.o: %.c
$(NACLCC) $(CPPFLAGS) $(CFLAGS) -c $< -o $@
# Targets for libnacl_spawn

Powered by Google App Engine
This is Rietveld 408576698