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

Side by Side 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, 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 unified diff | Download patch
OLDNEW
1 # Makefile.in generated by automake 1.9.6 from Makefile.am. 1 # Makefile.in generated by automake 1.9.6 from Makefile.am.
2 # @configure_input@ 2 # @configure_input@
3 3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005 Free Software Foundation, Inc. 5 # 2003, 2004, 2005 Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation 6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it, 7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved. 8 # with or without modifications, as long as this notice is preserved.
9 9
10 # This program is distributed in the hope that it will be useful, 10 # This program is distributed in the hope that it will be useful,
(...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after
385 clean-generic clean-noinstLIBRARIES ctags distclean \ 385 clean-generic clean-noinstLIBRARIES ctags distclean \
386 distclean-compile distclean-generic distclean-tags dvi dvi-am \ 386 distclean-compile distclean-generic distclean-tags dvi dvi-am \
387 html html-am info info-am install install-am install-data \ 387 html html-am info info-am install install-am install-data \
388 install-data-am install-exec install-exec-am install-info \ 388 install-data-am install-exec install-exec-am install-info \
389 install-info-am install-man install-strip installcheck \ 389 install-info-am install-man install-strip installcheck \
390 installcheck-am installdirs maintainer-clean \ 390 installcheck-am installdirs maintainer-clean \
391 maintainer-clean-generic mostlyclean mostlyclean-compile \ 391 maintainer-clean-generic mostlyclean mostlyclean-compile \
392 mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \ 392 mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
393 uninstall-am uninstall-info-am 393 uninstall-am uninstall-info-am
394 394
395
396 all: crt0.o
397 # Tell versions [3.59,3.63) of GNU make to not export all variables. 395 # Tell versions [3.59,3.63) of GNU make to not export all variables.
398 # Otherwise a system limit (for SysV at least) may be exceeded. 396 # Otherwise a system limit (for SysV at least) may be exceeded.
399 .NOEXPORT: 397 .NOEXPORT:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698