Chromium Code Reviews| Index: newlib/libc/sys/nacl/Makefile.in |
| diff --git a/newlib/libc/sys/nacl/Makefile.in b/newlib/libc/sys/nacl/Makefile.in |
| index 9c7d6405301419bdfa2b70ecc26c39145a89a392..9302aa15d8e410865003258f68a2bafe320bf594 100644 |
| --- a/newlib/libc/sys/nacl/Makefile.in |
| +++ b/newlib/libc/sys/nacl/Makefile.in |
| @@ -238,7 +238,7 @@ distclean-compile: |
| -rm -f *.tab.c |
| .c.o: |
| - $(COMPILE) -c $< |
| + $(COMPILE) -c $< -o $@ |
| .c.obj: |
| $(COMPILE) -c `$(CYGPATH_W) '$<'` |