Correct ld makefile deps for i960

Alan Modra amodra@gmail.com
Fri Feb 19 02:58:00 GMT 2010


Found when testing my genelf.em change.

	* Makefile.am (eelf32_i960.c): Depend on ELF_GEN_DEPS, not ELF_DEPS.
	* Makefile.in: Regenerate.

Index: ld/Makefile.am
===================================================================
RCS file: /cvs/src/src/ld/Makefile.am,v
retrieving revision 1.277
diff -u -p -r1.277 Makefile.am
--- ld/Makefile.am	10 Feb 2010 19:48:15 -0000	1.277
+++ ld/Makefile.am	19 Feb 2010 01:51:43 -0000
@@ -861,7 +861,7 @@ eelf32_i860.c: $(srcdir)/emulparams/elf3
   $(ELF_GEN_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
 	${GENSCRIPTS} elf32_i860 "$(tdir_elf32_i860)"
 eelf32_i960.c: $(srcdir)/emulparams/elf32_i960.sh \
-  $(ELF_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
+  $(ELF_GEN_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
 	${GENSCRIPTS} elf32_i960 "$(tdir_elf32_i960)"
 eelf32b4300.c: $(srcdir)/emulparams/elf32b4300.sh \
   $(srcdir)/emulparams/elf32bmip.sh $(ELF_DEPS) \

-- 
Alan Modra
Australia Development Lab, IBM



More information about the Binutils mailing list