This is the mail archive of the binutils@sourceware.org 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]

run mkdep-am


I'm about to commit dependency updates, along with this change to
opcodes/Makefile.am

	* Makefile.am (HFILES): Move lm32-desc.h and lm32-opc.h from..
	(CFILES): ..here.

Index: opcodes/Makefile.am
===================================================================
RCS file: /cvs/src/src/opcodes/Makefile.am,v
retrieving revision 1.132
diff -u -p -r1.132 Makefile.am
--- opcodes/Makefile.am	2 Mar 2009 10:33:08 -0000	1.132
+++ opcodes/Makefile.am	3 Mar 2009 02:15:31 -0000
@@ -43,6 +43,8 @@ HFILES = \
 	ia64-opc.h \
 	ip2k-desc.h ip2k-opc.h \
 	iq2000-desc.h iq2000-opc.h \
+	lm32-desc.h \
+	lm32-opc.h \
 	m32c-desc.h m32c-opc.h \
 	m32r-desc.h m32r-opc.h \
 	mcore-opc.h \
@@ -128,11 +130,9 @@ CFILES = \
 	iq2000-opc.c \
 	lm32-asm.c \
 	lm32-desc.c \
-	lm32-desc.h \
 	lm32-dis.c \
 	lm32-ibld.c \
 	lm32-opc.c \
-	lm32-opc.h \
 	lm32-opinst.c \
 	m32c-asm.c \
 	m32c-desc.c \

-- 
Alan Modra
Australia Development Lab, IBM


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