mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 15:18:37 +08:00
Suggested by Manfred Hollstein <manfred.h@gmx.net>:
* Makefile.am (ld.1): Depend on configdoc.texi and ldver.texi. * Makefile.in: Regenerated.
This commit is contained in:
@ -1,3 +1,10 @@
|
||||
2003-01-01 Daniel Jacobowitz <drow@mvista.com>
|
||||
|
||||
Suggested by Manfred Hollstein <manfred.h@gmx.net>:
|
||||
* Makefile.am (ld.1): Depend on configdoc.texi
|
||||
and ldver.texi.
|
||||
* Makefile.in: Regenerated.
|
||||
|
||||
2002-12-24 Dmitry Diky <diwil@mail.ru>
|
||||
|
||||
* Makefile.am: Add msp430 target.
|
||||
|
@ -1437,7 +1437,7 @@ ld.dvi: $(srcdir)/ld.texinfo configdoc.texi ldver.texi
|
||||
# Build the man page from the texinfo file
|
||||
# The sed command removes the no-adjust Nroff command so that
|
||||
# the man output looks standard.
|
||||
ld.1: $(srcdir)/ld.texinfo
|
||||
ld.1: $(srcdir)/ld.texinfo configdoc.texi ldver.texi
|
||||
touch $@
|
||||
-$(TEXI2POD) $(MANCONF) < $(srcdir)/ld.texinfo > ld.pod
|
||||
-($(POD2MAN) ld.pod | \
|
||||
|
@ -2149,7 +2149,7 @@ ld.dvi: $(srcdir)/ld.texinfo configdoc.texi ldver.texi
|
||||
# Build the man page from the texinfo file
|
||||
# The sed command removes the no-adjust Nroff command so that
|
||||
# the man output looks standard.
|
||||
ld.1: $(srcdir)/ld.texinfo
|
||||
ld.1: $(srcdir)/ld.texinfo configdoc.texi ldver.texi
|
||||
touch $@
|
||||
-$(TEXI2POD) $(MANCONF) < $(srcdir)/ld.texinfo > ld.pod
|
||||
-($(POD2MAN) ld.pod | \
|
||||
|
Reference in New Issue
Block a user