aboutsummaryrefslogtreecommitdiff
path: root/ld/Makefile.in
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-10-05 04:55:05 +0000
committerJohn Gilmore <gnu@cygnus>1991-10-05 04:55:05 +0000
commit5784123fb7a17931182241875d6affa7d3900727 (patch)
treecdfba19c6a20703936bf5d15884deddc3e9189a4 /ld/Makefile.in
parent558175fb60171a010ac275a85d85b50dcc0b3af9 (diff)
downloadgdb-5784123fb7a17931182241875d6affa7d3900727.zip
gdb-5784123fb7a17931182241875d6affa7d3900727.tar.gz
gdb-5784123fb7a17931182241875d6affa7d3900727.tar.bz2
* Makefile.in: Avoid using $< in non-suffix rules (breaks on Sun Make).
* ldfile.c, ldlang.c, ldmain.c, ldwrite.c: Cope with renames of a few BFD types & enums. * ChangeLog: Create.
Diffstat (limited to 'ld/Makefile.in')
-rw-r--r--ld/Makefile.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in
index 79ae521..fc54b1e 100644
--- a/ld/Makefile.in
+++ b/ld/Makefile.in
@@ -120,19 +120,19 @@ ldlex.c: ldlex.l
ldgld.c: ldtemplate
sed -e s/"<ldtarget>"/ldgld/g -e s/"<arch>"/m68k/g \
- -e s/"<target>"//g -e s/"<TARGET>"//g < $< > ldgld.c
+ -e s/"<target>"//g -e s/"<TARGET>"//g < ldtemplate > ldgld.c
news.c: ldtemplate
sed -e s/"<ldtarget>"/news/g -e s/"<arch>"/m68k/g \
- -e s/"<target>"/news/g -e s/"<TARGET>"/NEWS/g < $< > news.c
+ -e s/"<target>"/news/g -e s/"<TARGET>"/NEWS/g < ldtemplate > news.c
ldgld68k.c: ldtemplate
sed -e s/"<ldtarget>"/ldgld68k/g -e s/"<arch>"/m68k/g \
- -e s/"<target>"/68k/g -e s/"<TARGET>"/68K/g < $< > ldgld68k.c
+ -e s/"<target>"/68k/g -e s/"<TARGET>"/68K/g < ldtemplate > ldgld68k.c
ldglda29k.c: ldtemplate
sed -e s/"<ldtarget>"/ldglda29k/g -e s/"<arch>"/a29k/g \
- -e s/"<target>"/29k/g -e s/"<TARGET>"/29K/g < $< > ldglda29k.c
+ -e s/"<target>"/29k/g -e s/"<TARGET>"/29K/g < ldtemplate > ldglda29k.c
ldm88k.c: ldtemplate
sed -e s/"<ldtarget>"/ldm88k/g -e s/"<arch>"/m88k/g \
- -e s/"<target>"/m88kbcs/g -e s/"<TARGET>"/M88KBCS/g < $< > ldm88k.c
+ -e s/"<target>"/m88kbcs/g -e s/"<TARGET>"/M88KBCS/g < ldtemplate > ldm88k.c
# The .c files for these are generated from ldtemplete.
ldgld.o: ./mkscript ldgld.x ldgld.xr ldgld.xu