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

Unified Diff: newlib/libc/sys/nacl/Makefile.in

Issue 1377003003: Specify output explicitly for the .c.o compile rule (Closed) Base URL: https://chromium.googlesource.com/native_client/nacl-newlib.git@master
Patch Set: Add comment to Makefile.am Created 5 years, 2 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
« no previous file with comments | « newlib/libc/sys/nacl/Makefile.am ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) '$<'`
« no previous file with comments | « newlib/libc/sys/nacl/Makefile.am ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698