2014-08-11 13:27:10 +02:00

25 lines
768 B
Plaintext

$NetBSD: patch-aj,v 1.2 2013/08/07 02:41:30 mef Exp $
Avoid installing info and po (nls) files
--- gprof/Makefile.in.orig 2012-06-02 19:19:23.000000000 +0900
+++ gprof/Makefile.in 2013-01-27 07:21:40.000000000 +0900
@@ -93,7 +93,7 @@ LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLF
--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
$(LDFLAGS) -o $@
SOURCES = $(gprof_SOURCES)
-INFO_DEPS = gprof.info
+INFO_DEPS =
am__TEXINFO_TEX_DIR = $(srcdir)/../texinfo
DVIS = gprof.dvi
PDFS = gprof.pdf
@@ -279,7 +279,7 @@ AUTOMAKE_OPTIONS = 1.11 foreign no-dist
ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd
TEXINFO_TEX = ../texinfo/texinfo.tex
SUFFIXES = .m
-SUBDIRS = po
+SUBDIRS =
BASEDIR = $(srcdir)/..
BFDDIR = $(BASEDIR)/bfd
INCDIR = $(BASEDIR)/include