This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[opcode] Regenerate Makefile.in, committed


I didn't realize that other directories included bfd's acinclude.m4 which previously included config/accross.m4. Opcode's generated Makefile.in did though and opcode build might have died when it goes away.

Easily fixed by running automake, which deleted the soon to be offending line.

Committed as obvious.


2005-05-19  Kelley Cook  <kcook@gcc.gnu.org>

	* Makefile.in:  Regenerate.

Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/opcodes/Makefile.in,v
retrieving revision 1.92
diff -p -u -d -u -r1.92 Makefile.in
--- Makefile.in	14 Apr 2005 05:26:44 -0000	1.92
+++ Makefile.in	19 May 2005 03:09:19 -0000
@@ -50,7 +50,6 @@ subdir = .
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
 	$(top_srcdir)/../bfd/acinclude.m4 \
-	$(top_srcdir)/../config/accross.m4 \
 	$(top_srcdir)/../config/acx.m4 $(top_srcdir)/../bfd/bfd.m4 \
 	$(top_srcdir)/../bfd/warning.m4 $(top_srcdir)/../libtool.m4 \
 	$(top_srcdir)/../gettext.m4 $(top_srcdir)/configure.in

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]