Fix typo in ld dependency commit.

ld/:
	* Makefile.am (ALL_64_EMULATIONS): Fix typo in last commit.
	* Makefile.in: Regenerate.
This commit is contained in:
Ralf Wildenhues 2010-10-06 06:01:53 +00:00
parent 9034a32804
commit 4560bc0482
3 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
2010-10-06 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* Makefile.am (ALL_64_EMULATIONS): Fix typo in last commit.
* Makefile.in: Regenerate.
* Makefile.am (ALL_EMULATIONS): Rewrite in terms of ...
(ALL_EMULATION_SOURCES): ... this new variable.
(ALL_64_EMULATIONS): Rewrite in terms of ...

View File

@ -450,7 +450,7 @@ ALL_64_EMULATION_SOURCES = \
eelf64lppc.c \
ehppa64linux.c
ALL_64_EMULATIONS = $(ALL_64_EMULATION_SOURCES:.c=@OBJEXT@)
ALL_64_EMULATIONS = $(ALL_64_EMULATION_SOURCES:.c=.@OBJEXT@)
ALL_EMUL_EXTRA_OFILES = \
deffilep.@OBJEXT@ \

View File

@ -739,7 +739,7 @@ ALL_64_EMULATION_SOURCES = \
eelf64lppc.c \
ehppa64linux.c
ALL_64_EMULATIONS = $(ALL_64_EMULATION_SOURCES:.c=@OBJEXT@)
ALL_64_EMULATIONS = $(ALL_64_EMULATION_SOURCES:.c=.@OBJEXT@)
ALL_EMUL_EXTRA_OFILES = \
deffilep.@OBJEXT@ \
pe-dll.@OBJEXT@ \