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

Unified Diff: Makefile.in

Issue 1361993002: Update configure to look for README.md instead of README (Closed) Base URL: https://chromium.googlesource.com/breakpad/breakpad@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:
Download patch
« no previous file with comments | « no previous file | configure » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Makefile.in
diff --git a/Makefile.in b/Makefile.in
index aeb1b958b60738f32524ab7df187da5f4e43ff46..86bfdcfe093bf9ca7b02ff2a12beccaf785f776d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1883,9 +1883,9 @@ am__DIST_COMMON = $(srcdir)/Makefile.in \
$(top_srcdir)/autotools/missing \
$(top_srcdir)/autotools/test-driver \
$(top_srcdir)/src/config.h.in AUTHORS ChangeLog INSTALL NEWS \
- README autotools/compile autotools/config.guess \
- autotools/config.sub autotools/depcomp autotools/install-sh \
- autotools/ltmain.sh autotools/missing
+ autotools/compile autotools/config.guess autotools/config.sub \
Bons 2015/09/23 14:36:48 Guessing you meant to remove the README and not in
+ autotools/depcomp autotools/install-sh autotools/ltmain.sh \
+ autotools/missing
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
distdir = $(PACKAGE)-$(VERSION)
top_distdir = $(distdir)
« no previous file with comments | « no previous file | configure » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698