Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [RFA] top Makefile.in: all-m4 depends on all-texinfo
@ 2001-03-20  3:21 Michael Elizabeth Chastain
  2001-03-20  9:12 ` DJ Delorie
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Elizabeth Chastain @ 2001-03-20  3:21 UTC (permalink / raw)
  To: binutils, gdb-patches

This is a proposed change for the top Makefile.in.

I don't know exactly where to send to this, but the top README says:

  Makefile.in; configure; configure.in
	Please notify the following of any committed patches.
		binutils@sources.redhat.com
		gdb-patches@sources.redhat.com

The FSF tree does not have m4 source integrated into it yet,
but I'm working on a tree that does.

m4 has some texinfo documentation files, so all-m4 needs to depend
on all-texinfo.  This patch simply adds this dependency.

Testing: I tested this with i686-pc-cygwin and i686-pc-gnu-linux on some
trees that I have.

Is it OK if I apply this?

Michael Elizabeth Chastain
<chastain@redhat.com>
"love without fear"

===

2001-03-20  Michael Chastain  <chastain@redhat.com>

	* Makefile.in: all-m4 depends on all-texinfo.

Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/Makefile.in,v
retrieving revision 1.30
diff -c -3 -p -r1.30 Makefile.in
*** Makefile.in	2001/03/08 05:50:03	1.30
--- Makefile.in	2001/03/20 11:14:48
*************** configure-target-libchill: $(ALL_GCC_C)
*** 1630,1636 ****
  all-target-libchill: configure-target-libchill all-target-libiberty
  configure-target-libobjc: $(ALL_GCC_C)
  all-target-libobjc: configure-target-libobjc all-target-libiberty
! all-m4: all-libiberty
  all-make: all-libiberty
  all-mmalloc:
  configure-target-newlib: $(ALL_GCC)
--- 1630,1636 ----
  all-target-libchill: configure-target-libchill all-target-libiberty
  configure-target-libobjc: $(ALL_GCC_C)
  all-target-libobjc: configure-target-libobjc all-target-libiberty
! all-m4: all-libiberty all-texinfo
  all-make: all-libiberty
  all-mmalloc:
  configure-target-newlib: $(ALL_GCC)


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-03-20  9:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-03-20  3:21 [RFA] top Makefile.in: all-m4 depends on all-texinfo Michael Elizabeth Chastain
2001-03-20  9:12 ` DJ Delorie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox