aboutsummaryrefslogtreecommitdiff
path: root/ld
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
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')
-rw-r--r--ld/.Sanitize9
-rw-r--r--ld/Makefile.in10
2 files changed, 13 insertions, 6 deletions
diff --git a/ld/.Sanitize b/ld/.Sanitize
index fac47c6..862d427 100644
--- a/ld/.Sanitize
+++ b/ld/.Sanitize
@@ -27,6 +27,7 @@ echo Sanitizing `pwd`...
Things-to-keep:
+ChangeLog
Makefile.in
config
config.h
@@ -83,7 +84,13 @@ echo Done in `pwd`.
#
#
# $Log$
-# Revision 1.13 1991/09/27 20:19:25 bothner
+# Revision 1.14 1991/10/05 04:55:04 gnu
+# * 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.
+#
+# Revision 1.13 1991/09/27 20:19:25 bothner
# Update for deleted (and some added) files.
#
# Revision 1.12 1991/09/24 02:30:20 rich
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