summaryrefslogtreecommitdiffstats
path: root/binutils
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2001-03-28 19:01:04 +0000
committerH.J. Lu <hjl.tools@gmail.com>2001-03-28 19:01:04 +0000
commit1c6fb4fe1f8b61d0acb229526ebd89dff051734f (patch)
tree68b1c0881acb205589f8e66f8d8264415ce8f27b /binutils
parenta7bf099bb7627e08aa94e7f65ca6894798f4eda2 (diff)
downloadppe42-binutils-1c6fb4fe1f8b61d0acb229526ebd89dff051734f.tar.gz
ppe42-binutils-1c6fb4fe1f8b61d0acb229526ebd89dff051734f.zip
2001-03-28 H.J. Lu <hjl@gnu.org>
* Makefile.am ($(srcdir)/dlltool.1): Remove the extra target. * Makefile.in: Regenerate.
Diffstat (limited to 'binutils')
-rw-r--r--binutils/ChangeLog5
-rw-r--r--binutils/Makefile.am7
-rw-r--r--binutils/Makefile.in9
3 files changed, 6 insertions, 15 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 27a734af44..ad1d9562be 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -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.
diff --git a/binutils/Makefile.am b/binutils/Makefile.am
index 7d680dd007..ebe32f460f 100644
--- a/binutils/Makefile.am
+++ b/binutils/Makefile.am
@@ -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
diff --git a/binutils/Makefile.in b/binutils/Makefile.in
index ed66c36fd6..a61e1c45b5 100644
--- a/binutils/Makefile.in
+++ b/binutils/Makefile.in
@@ -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
OpenPOWER on IntegriCloud