mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
gold: drop old cygnus install hack
The gold subdir doesn't actually have a manual, so this hack doesn't
do anything. Plus the automake cygnus option was removed years ago
by Simon in d0ac1c4488
("Bump to autoconf 2.69 and
automake 1.15.1"). So delete it here.
This commit is contained in:
parent
9a84a44d5d
commit
7d9d9c1078
@ -243,10 +243,6 @@ install-exec-local: ld-new$(EXEEXT)
|
||||
fi; \
|
||||
fi
|
||||
|
||||
# We want install to imply install-info as per GNU standards, despite
|
||||
# the cygnus option.
|
||||
install-data-local: install-info
|
||||
|
||||
POTFILES= $(CCFILES) $(HFILES) $(TARGETSOURCES)
|
||||
|
||||
po/POTFILES.in: @MAINT@ Makefile
|
||||
|
@ -1499,7 +1499,7 @@ info: info-recursive
|
||||
|
||||
info-am:
|
||||
|
||||
install-data-am: install-data-local
|
||||
install-data-am:
|
||||
|
||||
install-dvi: install-dvi-recursive
|
||||
|
||||
@ -1557,15 +1557,15 @@ uninstall-am: uninstall-binPROGRAMS
|
||||
cscopelist-am ctags ctags-am distclean distclean-compile \
|
||||
distclean-generic distclean-hdr distclean-tags dvi dvi-am html \
|
||||
html-am info info-am install install-am install-binPROGRAMS \
|
||||
install-data install-data-am install-data-local install-dvi \
|
||||
install-dvi-am install-exec install-exec-am install-exec-local \
|
||||
install-html install-html-am install-info install-info-am \
|
||||
install-man install-pdf install-pdf-am install-ps \
|
||||
install-ps-am install-strip installcheck installcheck-am \
|
||||
installdirs installdirs-am maintainer-clean \
|
||||
maintainer-clean-generic mostlyclean mostlyclean-compile \
|
||||
mostlyclean-generic pdf pdf-am ps ps-am recheck tags tags-am \
|
||||
uninstall uninstall-am uninstall-binPROGRAMS
|
||||
install-data install-data-am install-dvi install-dvi-am \
|
||||
install-exec install-exec-am install-exec-local install-html \
|
||||
install-html-am install-info install-info-am install-man \
|
||||
install-pdf install-pdf-am install-ps install-ps-am \
|
||||
install-strip installcheck installcheck-am installdirs \
|
||||
installdirs-am maintainer-clean maintainer-clean-generic \
|
||||
mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
|
||||
ps ps-am recheck tags tags-am uninstall uninstall-am \
|
||||
uninstall-binPROGRAMS
|
||||
|
||||
.PRECIOUS: Makefile
|
||||
|
||||
@ -1604,10 +1604,6 @@ install-exec-local: ld-new$(EXEEXT)
|
||||
fi; \
|
||||
fi
|
||||
|
||||
# We want install to imply install-info as per GNU standards, despite
|
||||
# the cygnus option.
|
||||
install-data-local: install-info
|
||||
|
||||
po/POTFILES.in: @MAINT@ Makefile
|
||||
for f in $(POTFILES); do echo $$f; done | LC_ALL=C sort > tmp \
|
||||
&& mv tmp $(srcdir)/po/POTFILES.in
|
||||
|
Loading…
Reference in New Issue
Block a user