16 lines
445 B
Plaintext
16 lines
445 B
Plaintext
$NetBSD: patch-ae,v 1.1 2014/06/15 23:43:14 mef Exp $
|
|
|
|
Avoid installing info (which duplicates with other CPU)
|
|
|
|
--- binutils/doc/Makefile.in.orig 2008-08-15 10:31:47 +0200
|
|
+++ binutils/doc/Makefile.in
|
|
@@ -65,7 +65,7 @@ CONFIG_CLEAN_FILES =
|
|
depcomp =
|
|
am__depfiles_maybe =
|
|
SOURCES =
|
|
-INFO_DEPS = binutils.info
|
|
+INFO_DEPS =
|
|
TEXINFO_TEX = $(top_srcdir)/../texinfo/texinfo.tex
|
|
am__TEXINFO_TEX_DIR = $(top_srcdir)/../texinfo
|
|
DVIS = binutils.dvi
|