2014-10-27 09:56:17 +01:00
|
|
|
$NetBSD: patch-ai,v 1.2 2014/10/27 08:56:17 makoto Exp $
|
2012-02-07 04:15:19 +01:00
|
|
|
|
|
|
|
Avoid installing po (nls) files
|
|
|
|
|
|
|
|
--- gas/Makefile.in.orig 2011-06-14 00:18:47.000000000 +0900
|
|
|
|
+++ gas/Makefile.in 2012-02-06 21:51:43.000000000 +0900
|
|
|
|
@@ -281,7 +281,7 @@
|
|
|
|
top_srcdir = @top_srcdir@
|
|
|
|
AUTOMAKE_OPTIONS = 1.11 dejagnu foreign no-dist
|
|
|
|
ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd
|
|
|
|
-SUBDIRS = doc po
|
|
|
|
+SUBDIRS = doc
|
|
|
|
tooldir = $(exec_prefix)/$(target_alias)
|
|
|
|
|
|
|
|
# Automake 1.10+ disables lex and yacc output file regeneration if
|