2001-03-28 H.J. Lu <hjl@gnu.org>

* Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
	* Makefile.in: Regenerate.
This commit is contained in:
H.J. Lu 2001-03-28 19:01:04 +00:00
parent a7bf099bb7
commit 1c6fb4fe1f
3 changed files with 6 additions and 15 deletions

View File

@ -1,3 +1,8 @@
2001-03-28 H.J. Lu <hjl@gnu.org>
* Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
* Makefile.in: Regenerate.
2001-03-26 Andreas Jaeger <aj@suse.de>
* binutils.texi (nm): Fix texi syntax.

View File

@ -381,13 +381,6 @@ $(srcdir)/dlltool.1: $(srcdir)/binutils.texi
mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
rm -f $@.pod
$(srcdir)/dlltool.1: $(srcdir)/binutils.texi
touch $@
-$(TEXI2POD) $(MANCONF) -Ddlltool < $< > $@.pod
-($(POD2MAN) $@.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
rm -f $@.pod
$(srcdir)/nlmconv.1: $(srcdir)/binutils.texi
touch $@
-$(TEXI2POD) $(MANCONF) -Dnlmconv < $< > $@.pod

View File

@ -906,7 +906,7 @@ distdir: $(DISTFILES)
@for file in $(DISTFILES); do \
if test -f $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
cp -pr $$/$$file $(distdir)/$$file; \
cp -pr $$d/$$file $(distdir)/$$file; \
else \
test -f $(distdir)/$$file \
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
@ -1230,13 +1230,6 @@ $(srcdir)/dlltool.1: $(srcdir)/binutils.texi
mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
rm -f $@.pod
$(srcdir)/dlltool.1: $(srcdir)/binutils.texi
touch $@
-$(TEXI2POD) $(MANCONF) -Ddlltool < $< > $@.pod
-($(POD2MAN) $@.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
rm -f $@.pod
$(srcdir)/nlmconv.1: $(srcdir)/binutils.texi
touch $@
-$(TEXI2POD) $(MANCONF) -Dnlmconv < $< > $@.pod