From 33ce0085ba0557ae3de68b292519c479804e445b Mon Sep 17 00:00:00 2001 From: John Gilmore Date: Sat, 12 Oct 1991 05:42:05 +0000 Subject: [PATCH] * Makefile.in: Avoid using $< in explicit Make rules (it doesn't work). Add some lines to avoid Sun Make VPATH bugs. --- ld/ChangeLog | 5 +++++ ld/Makefile.in | 16 ++++++++++------ 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/ld/ChangeLog b/ld/ChangeLog index a7761a0973a..63453f8a104 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +Fri Oct 11 22:40:46 1991 John Gilmore (gnu at cygnus.com) + + * Makefile.in: Avoid using $< in explicit Make rules (it doesn't + work). Add some lines to avoid Sun Make VPATH bugs. + Fri Oct 11 16:42:22 1991 Per Bothner (bothner at cygnus.com) * news.sc: Add alignment for data segment. diff --git a/ld/Makefile.in b/ld/Makefile.in index 71523b1e8a8..afc4cbd4482 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -153,25 +153,25 @@ ldlex.c: ldlex.l ldgld.c: $(srcdir)/ldtemplate sed -e s/""/ldgld/g -e s/""/m68k/g \ - -e s/""//g -e s/""//g <$< >$@ + -e s/""//g -e s/""//g <$(srcdir)/ldtemplate >$@ news.c: $(srcdir)/ldtemplate sed -e s/""/news/g -e s/""/m68k/g \ - -e s/""/news/g -e s/""/NEWS/g <$< >$@ + -e s/""/news/g -e s/""/NEWS/g <$(srcdir)/ldtemplate >$@ ebmon29k.c: $(srcdir)/ldtemplate sed -e s/""/ebmon29k/g -e s/""/a29k/g \ -e s/"gld"/ebmon29k/g -e s/"GLD"/EBMON29K/g \ - -e s/".x"/ebmon.x/ <$< >$@ + -e s/".x"/ebmon.x/ <$(srcdir)/ldtemplate >$@ ldgld68k.c: $(srcdir)/ldtemplate sed -e s/""/ldgld68k/g -e s/""/m68k/g \ - -e s/""/68k/g -e s/""/68K/g <$< >$@ + -e s/""/68k/g -e s/""/68K/g <$(srcdir)/ldtemplate >$@ ldglda29k.c: $(srcdir)/ldtemplate sed -e s/""/ldglda29k/g -e s/""/a29k/g \ - -e s/""/29k/g -e s/""/29K/g <$< >$@ + -e s/""/29k/g -e s/""/29K/g <$(srcdir)/ldtemplate >$@ ldm88k.c: $(srcdir)/ldtemplate sed -e s/""/ldm88k/g -e s/""/m88k/g \ - -e s/""/m88kbcs/g -e s/""/M88KBCS/g <$< >$@ + -e s/""/m88kbcs/g -e s/""/M88KBCS/g <$(srcdir)/ldtemplate >$@ # The .c files for these are generated from ldtemplete. ldgld.o: ./mkscript ldgld.x ldgld.xr ldgld.xu ldgld.xn @@ -259,6 +259,10 @@ ldgld960.x :ldgld960.sc ldgldm88k.x :ldgldm88k.sc ldm88kUr.x :ldm88kUr.sc ldm88kr.x:ldm88kr.sc +ldm88k.x:ldm88k.sc +news.x:news.sc +h8300hds.x:h8300hds.sc +h8300hds.o:h8300hds.c ldgld68k.x:ldgld68k.sc ldglda29k.x :ldglda29k.sc ldglda29kr.x :ldglda29kr.sc -- 2.30.2