mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-30 23:40:24 +00:00
2005-05-21 H.J. Lu <hongjiu.lu@intel.com>
* Makefile.am (ld.1): Depend on "info" instead of "configdoc.texi ldver.texi". * Makefile.in: Regenerated.
This commit is contained in:
parent
abf32a893c
commit
e366efef9b
@ -1,3 +1,9 @@
|
|||||||
|
2005-05-21 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
|
* Makefile.am (ld.1): Depend on "info" instead of
|
||||||
|
"configdoc.texi ldver.texi".
|
||||||
|
* Makefile.in: Regenerated.
|
||||||
|
|
||||||
2005-05-21 H.J. Lu <hongjiu.lu@intel.com>
|
2005-05-21 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
* Makefile.am (ld.1): Depend on "info".
|
* Makefile.am (ld.1): Depend on "info".
|
||||||
|
@ -1644,7 +1644,9 @@ ld.dvi: $(srcdir)/ld.texinfo configdoc.texi ldver.texi
|
|||||||
# Build the man page from the texinfo file
|
# Build the man page from the texinfo file
|
||||||
# The sed command removes the no-adjust Nroff command so that
|
# The sed command removes the no-adjust Nroff command so that
|
||||||
# the man output looks standard.
|
# the man output looks standard.
|
||||||
ld.1: $(srcdir)/ld.texinfo configdoc.texi ldver.texi
|
# It depends on "info" instead of "configdoc.texi ldver.texi" to
|
||||||
|
# support parallel build.
|
||||||
|
ld.1: $(srcdir)/ld.texinfo info
|
||||||
touch $@
|
touch $@
|
||||||
-$(TEXI2POD) $(MANCONF) < $(srcdir)/ld.texinfo > ld.pod
|
-$(TEXI2POD) $(MANCONF) < $(srcdir)/ld.texinfo > ld.pod
|
||||||
-($(POD2MAN) ld.pod | \
|
-($(POD2MAN) ld.pod | \
|
||||||
@ -1699,8 +1701,6 @@ EXTRA_DIST = ldgram.c ldgram.h ldlex.c $(man_MANS)
|
|||||||
diststuff: info $(EXTRA_DIST)
|
diststuff: info $(EXTRA_DIST)
|
||||||
all: info ld.1
|
all: info ld.1
|
||||||
|
|
||||||
ld.1: info
|
|
||||||
|
|
||||||
DISTCLEANFILES = tdirs site.exp site.bak stringify.sed
|
DISTCLEANFILES = tdirs site.exp site.bak stringify.sed
|
||||||
distclean-local:
|
distclean-local:
|
||||||
rm -rf ldscripts
|
rm -rf ldscripts
|
||||||
|
@ -2437,7 +2437,9 @@ ld.dvi: $(srcdir)/ld.texinfo configdoc.texi ldver.texi
|
|||||||
# Build the man page from the texinfo file
|
# Build the man page from the texinfo file
|
||||||
# The sed command removes the no-adjust Nroff command so that
|
# The sed command removes the no-adjust Nroff command so that
|
||||||
# the man output looks standard.
|
# the man output looks standard.
|
||||||
ld.1: $(srcdir)/ld.texinfo configdoc.texi ldver.texi
|
# It depends on "info" instead of "configdoc.texi ldver.texi" to
|
||||||
|
# support parallel build.
|
||||||
|
ld.1: $(srcdir)/ld.texinfo info
|
||||||
touch $@
|
touch $@
|
||||||
-$(TEXI2POD) $(MANCONF) < $(srcdir)/ld.texinfo > ld.pod
|
-$(TEXI2POD) $(MANCONF) < $(srcdir)/ld.texinfo > ld.pod
|
||||||
-($(POD2MAN) ld.pod | \
|
-($(POD2MAN) ld.pod | \
|
||||||
@ -2476,8 +2478,6 @@ install-data-local:
|
|||||||
install-data-local: install-info
|
install-data-local: install-info
|
||||||
diststuff: info $(EXTRA_DIST)
|
diststuff: info $(EXTRA_DIST)
|
||||||
all: info ld.1
|
all: info ld.1
|
||||||
|
|
||||||
ld.1: info
|
|
||||||
distclean-local:
|
distclean-local:
|
||||||
rm -rf ldscripts
|
rm -rf ldscripts
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user