binutils: doc: remove stale things from Makefile
authorSimon Marchi <simon.marchi@polymtl.ca>
Wed, 18 Sep 2019 13:10:59 +0000 (09:10 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Wed, 18 Sep 2019 13:10:59 +0000 (09:10 -0400)
commit95103a84198f9f0147005e270cea48a9806abd16
treec5b3f3151c19f4df7bdca2bb2da8180d66972d37
parente0b2a78c83207340f6c4b5dbe02bec850dbb7def
binutils: doc: remove stale things from Makefile

The `install-data-local: install-info` part: the comment refers to when
the Makefile had the cygnus option.  It no longer uses that, so the info
file should get installed without that rule.  I verified that `make
install` still installed $(prefix)/share/info/binutils.info.

The `DISTCLEANFILES` part: the comment talks about Automake 1.9, we are
using 1.15.1, which doesn't appear to have this problem.  binutils.info
is built fine without this snippet.

Note: with my automake 1,15.1 (built from source), I get a spurious diff
in Makefile.in, where the

  runstatedir = @runstatedir@

line gets removed.  I am not sure why, but I haven't included it.

binutils/ChangeLog:

* doc/Makefile.am (install-data-loca): Remove target.
(DISTCLEANFILES): Remove variable.
* doc/Makefile.in: Re-generate.
binutils/ChangeLog
binutils/doc/Makefile.am
binutils/doc/Makefile.in
This page took 0.02426 seconds and 4 git commands to generate.