diff options
Diffstat (limited to 'binutils-2.25/gprof/Makefile.in')
-rw-r--r-- | binutils-2.25/gprof/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/binutils-2.25/gprof/Makefile.in b/binutils-2.25/gprof/Makefile.in index 01797b6..c89a704 100644 --- a/binutils-2.25/gprof/Makefile.in +++ b/binutils-2.25/gprof/Makefile.in @@ -16,7 +16,7 @@ @SET_MAKE@ # -# Copyright (C) 2012-2014 Free Software Foundation, Inc. +# Copyright (C) 2012-2015 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -329,7 +329,7 @@ CONFIG_STATUS_DEPENDENCIES = $(BFDDIR)/development.sh POTFILES = $(sources) $(noinst_HEADERS) MANCONF = -Dman TEXI2POD = perl $(srcdir)/../etc/texi2pod.pl $(AM_MAKEINFOFLAGS) -POD2MAN = pod2man --center="GNU" --release="binutils-$(VERSION)" --section=1 +POD2MAN = pod2man --center="GNU" --release="binutils-$(VERSION)" --section=1 --date=" " info_TEXINFOS = gprof.texi gprof_TEXINFOS = config.texi man_MANS = gprof.1 |