blob: 5ad14f591e9173f1544980a654284defe8ff7795 [file] [log] [blame]
Patrick Williams01f14c82014-12-11 19:03:42 -06001From 8056846566045eab511ab134c4a04662ce3e1cea Mon Sep 17 00:00:00 2001
2From: Patrick Williams <iawillia@us.ibm.com>
3Date: Thu, 11 Dec 2014 16:30:42 -0600
4Subject: [PATCH] Skip docs.
5
6---
7 binutils/Makefile.am | 2 +-
8 binutils/Makefile.in | 2 +-
9 gas/Makefile.am | 2 +-
10 gas/Makefile.in | 2 +-
11 4 files changed, 4 insertions(+), 4 deletions(-)
12
13diff --git a/binutils/Makefile.am b/binutils/Makefile.am
14index 7f5f0c4..26bf327 100644
15--- a/binutils/Makefile.am
16+++ b/binutils/Makefile.am
17@@ -20,7 +20,7 @@
18 AUTOMAKE_OPTIONS = dejagnu no-dist foreign
19 ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd
20
21-SUBDIRS = doc po
22+SUBDIRS = po
23
24 tooldir = $(exec_prefix)/$(target_alias)
25
26diff --git a/binutils/Makefile.in b/binutils/Makefile.in
27index c6e0003..5f34bf9 100644
28--- a/binutils/Makefile.in
29+++ b/binutils/Makefile.in
30@@ -434,7 +434,7 @@ top_builddir = @top_builddir@
31 top_srcdir = @top_srcdir@
32 AUTOMAKE_OPTIONS = dejagnu no-dist foreign
33 ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd
34-SUBDIRS = doc po
35+SUBDIRS = po
36 tooldir = $(exec_prefix)/$(target_alias)
37
38 # Automake 1.10+ disables lex and yacc output file regeneration if
39diff --git a/gas/Makefile.am b/gas/Makefile.am
40index f65225f..3850223 100644
41--- a/gas/Makefile.am
42+++ b/gas/Makefile.am
43@@ -20,7 +20,7 @@
44 AUTOMAKE_OPTIONS = 1.11 dejagnu foreign no-dist
45 ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd
46
47-SUBDIRS = doc po
48+SUBDIRS = po
49
50 tooldir = $(exec_prefix)/$(target_alias)
51
52diff --git a/gas/Makefile.in b/gas/Makefile.in
53index c7b3597..162d2c1 100644
54--- a/gas/Makefile.in
55+++ b/gas/Makefile.in
56@@ -300,7 +300,7 @@ top_builddir = @top_builddir@
57 top_srcdir = @top_srcdir@
58 AUTOMAKE_OPTIONS = 1.11 dejagnu foreign no-dist
59 ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd
60-SUBDIRS = doc po
61+SUBDIRS = po
62 tooldir = $(exec_prefix)/$(target_alias)
63
64 # Automake 1.10+ disables lex and yacc output file regeneration if
65--
662.1.1
67