mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
16 lines
423 B
Plaintext
16 lines
423 B
Plaintext
$NetBSD: patch-af,v 1.3 2013/08/07 02:41:30 mef Exp $
|
|
|
|
Avoid installing info (which duplicates with other CPU)
|
|
|
|
--- gas/doc/Makefile.in.orig 2008-08-15 10:31:50 +0200
|
|
+++ gas/doc/Makefile.in
|
|
@@ -62,7 +62,7 @@ CONFIG_CLEAN_FILES =
|
|
depcomp =
|
|
am__depfiles_maybe =
|
|
SOURCES =
|
|
-INFO_DEPS = as.info
|
|
+INFO_DEPS =
|
|
TEXINFO_TEX = $(top_srcdir)/../texinfo/texinfo.tex
|
|
am__TEXINFO_TEX_DIR = $(top_srcdir)/../texinfo
|
|
DVIS = as.dvi
|