mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 18:44:20 +08:00
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:
parent
a7bf099bb7
commit
1c6fb4fe1f
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user