mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-03-04 23:48:44 +00:00
* doc/Makefile.am (info): Rename goal to...
(info-local): ... this, to preserve implicit dependencies. * doc/Makefile.in: Regenerate with automake 1.8.5.
This commit is contained in:
parent
f7948b5f30
commit
4d1cd5c7c2
@ -1,3 +1,9 @@
|
||||
2004-06-28 Maciej W. Rozycki <macro@linux-mips.org>
|
||||
|
||||
* doc/Makefile.am (info): Rename goal to...
|
||||
(info-local): ... this, to preserve implicit dependencies.
|
||||
* doc/Makefile.in: Regenerate with automake 1.8.5.
|
||||
|
||||
2004-06-25 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
|
||||
|
||||
* config/tc-m32r.c (md_convert_frag): Changed for @PLT.
|
||||
|
@ -85,7 +85,7 @@ CONFIG_STATUS_DEPENDENCIES = $(BFDDIR)/configure.in
|
||||
# Maintenance
|
||||
|
||||
# We need it for the taz target in ../../Makefile.in.
|
||||
info: $(MANS)
|
||||
info-local: $(MANS)
|
||||
|
||||
# Build the man page from the texinfo file
|
||||
# The sed command removes the no-adjust Nroff command so that
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Makefile.in generated by automake 1.8.4 from Makefile.am.
|
||||
# Makefile.in generated by automake 1.8.5 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||
@ -493,7 +493,9 @@ html: html-am
|
||||
|
||||
html-am: $(HTMLS)
|
||||
|
||||
info-am: $(INFO_DEPS)
|
||||
info: info-am
|
||||
|
||||
info-am: $(INFO_DEPS) info-local
|
||||
|
||||
install-data-am: install-data-local install-man
|
||||
|
||||
@ -559,11 +561,11 @@ uninstall-man: uninstall-man1
|
||||
|
||||
.PHONY: all all-am check check-am clean clean-generic clean-info \
|
||||
clean-libtool dist-info distclean distclean-generic \
|
||||
distclean-libtool dvi dvi-am html html-am info info-am install \
|
||||
install-am install-data install-data-am install-data-local \
|
||||
install-exec install-exec-am install-info install-info-am \
|
||||
install-man install-man1 install-strip installcheck \
|
||||
installcheck-am installdirs maintainer-clean \
|
||||
distclean-libtool dvi dvi-am html html-am info info-am \
|
||||
info-local install install-am install-data install-data-am \
|
||||
install-data-local install-exec install-exec-am install-info \
|
||||
install-info-am install-man install-man1 install-strip \
|
||||
installcheck installcheck-am installdirs maintainer-clean \
|
||||
maintainer-clean-aminfo maintainer-clean-generic mostlyclean \
|
||||
mostlyclean-aminfo mostlyclean-generic mostlyclean-libtool pdf \
|
||||
pdf-am ps ps-am uninstall uninstall-am uninstall-info-am \
|
||||
@ -590,7 +592,7 @@ install-data-local: install-info
|
||||
# Maintenance
|
||||
|
||||
# We need it for the taz target in ../../Makefile.in.
|
||||
info: $(MANS)
|
||||
info-local: $(MANS)
|
||||
|
||||
# Build the man page from the texinfo file
|
||||
# The sed command removes the no-adjust Nroff command so that
|
||||
|
Loading…
x
Reference in New Issue
Block a user