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

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

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: Created 5 years, 3 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: newlib/libc/sys/nacl/Makefile.am
diff --git a/newlib/libc/sys/nacl/Makefile.am b/newlib/libc/sys/nacl/Makefile.am
index a5463bc0cb81212b5b18ab3593c997b531ac2a0d..f904b3f98ceb6d01236f5deb7fd9b44878561d5a 100644
--- a/newlib/libc/sys/nacl/Makefile.am
+++ b/newlib/libc/sys/nacl/Makefile.am
@@ -12,7 +12,5 @@ lib_a_SOURCES = dummysys.c aeabi_atexit.c
lib_a_CCASFLAGS = $(AM_CCASFLAGS)
lib_a_CFLAGS = $(AM_CFLAGS)
-all: crt0.o
-
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host

Powered by Google App Engine
This is Rietveld 408576698