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

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: 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.in
diff --git a/newlib/libc/sys/nacl/Makefile.in b/newlib/libc/sys/nacl/Makefile.in
index 9c7d6405301419bdfa2b70ecc26c39145a89a392..69bce7cd06cccc6111871afe71d29ce0fda46000 100644
--- a/newlib/libc/sys/nacl/Makefile.in
+++ b/newlib/libc/sys/nacl/Makefile.in
@@ -392,8 +392,6 @@ uninstall-am:
mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
uninstall-am uninstall-info-am
-
-all: crt0.o
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:

Powered by Google App Engine
This is Rietveld 408576698