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]

PATCH: Fix a typo


I checked in this patch.


H.J.
---
2002-07-17  H.J. Lu <hjl@gnu.org>

	* Makefile.am: Fix a typo.
	* Makefile.in: Regenerate.

Index: Makefile.am
===================================================================
RCS file: /work/cvs/gnu/binutils/bfd/Makefile.am,v
retrieving revision 1.71
diff -u -p -r1.71 Makefile.am
--- Makefile.am	17 Jul 2002 17:25:38 -0000	1.71
+++ Makefile.am	17 Jul 2002 17:51:23 -0000
@@ -216,7 +216,7 @@ BFD32_BACKENDS = \
 	elf32-i860.lo \
 	elf32-i960.lo \
 	elf32-ia64.lo \
-	elf32-ip2k.c \
+	elf32-ip2k.lo \
 	elf32-m32r.lo \
 	elf32-m68hc11.lo \
 	elf32-m68hc12.lo \
Index: Makefile.in
===================================================================
RCS file: /work/cvs/gnu/binutils/bfd/Makefile.in,v
retrieving revision 1.80
diff -u -p -r1.80 Makefile.in
--- Makefile.in	17 Jul 2002 17:25:38 -0000	1.80
+++ Makefile.in	17 Jul 2002 17:51:23 -0000
@@ -344,7 +344,7 @@ BFD32_BACKENDS = \
 	elf32-i860.lo \
 	elf32-i960.lo \
 	elf32-ia64.lo \
-	elf32-ip2k.c \
+	elf32-ip2k.lo \
 	elf32-m32r.lo \
 	elf32-m68hc11.lo \
 	elf32-m68hc12.lo \


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