diff options
author | Mike Frysinger <vapier@gentoo.org> | 2022-01-23 12:44:24 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2022-01-24 19:58:33 -0500 |
commit | 9a84a44d5df4618dd616137fa755bd71b7eacc5f (patch) | |
tree | e8d293b0f7a54375ac86ed542dd689e0d61916d6 /gas/doc/local.mk | |
parent | 823f6c5f05851f257a586520330ebff5265bf5a5 (diff) | |
download | binutils-9a84a44d5df4618dd616137fa755bd71b7eacc5f.zip binutils-9a84a44d5df4618dd616137fa755bd71b7eacc5f.tar.gz binutils-9a84a44d5df4618dd616137fa755bd71b7eacc5f.tar.bz2 |
gas: drop old cygnus install hack
This was needed when gas was using the automake cygnus option, but
this was removed years ago by Simon in d0ac1c44885daf68f631befa37e
("Bump to autoconf 2.69 and automake 1.15.1"). So delete it here.
The info pages are already & still installed by default w/out it.
Diffstat (limited to 'gas/doc/local.mk')
-rw-r--r-- | gas/doc/local.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gas/doc/local.mk b/gas/doc/local.mk index c2de441..ac205cf 100644 --- a/gas/doc/local.mk +++ b/gas/doc/local.mk @@ -101,10 +101,6 @@ CPU_DOCS = \ %D%/c-z80.texi \ %D%/c-z8k.texi -# We want install to imply install-info as per GNU standards, despite the -# cygnus option. -install-data-local: install-info - # This one isn't ready for prime time yet. Not even a little bit. noinst_TEXINFOS = %D%/internals.texi |