Chromium Code Reviews| 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 |