From 934641476cd3a8cc7e5d3960e15de2f3afeac130 Mon Sep 17 00:00:00 2001 From: Fred Fish Date: Fri, 20 Oct 1995 20:58:45 +0000 Subject: [PATCH] * Makefile.in: Remove extraneous tab on otherwise empty line, which confuses many non-GNU versions of "make". --- binutils/ChangeLog | 15 +++++++++++++++ binutils/Makefile.in | 4 ++-- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 30598b21bc1..d505ea3ab51 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,18 @@ +Thu Oct 19 17:47:41 1995 Fred Fish + + * Makefile.in: Remove extraneous tab on otherwise empty line, + which confuses many non-GNU versions of "make". + +Wed Oct 18 16:31:58 1995 steve chamberlain + + * dlltool.c (i386_jtab, arm_jtab): New + (gen_lib_file): Rewritten to use bfd. + +Fri Oct 13 16:10:07 1995 Michael Meissner + + * Makefile.in (install): Don't give error message if dlltool + wasn't built. + Fri Oct 13 11:04:37 1995 steve chamberlain * deflex.l: Allow quoting of IDs. diff --git a/binutils/Makefile.in b/binutils/Makefile.in index b14b78d8cfd..97bc6a19f48 100644 --- a/binutils/Makefile.in +++ b/binutils/Makefile.in @@ -323,7 +323,7 @@ sysinfo.h: sysinfo.c syslex.c : syslex.l $(LEX) $(LEX_OPTIONS) $(srcdir)/syslex.l mv lex.yy.c syslex.c - + sysinfo: sysinfo.o syslex.o $(CC_FOR_BUILD) $(CFLAGS) $(LDFLAGS) -o $@ sysinfo.o syslex.o @@ -576,7 +576,7 @@ install: all $(DEMANGLER_PROG).1 -if [ -d $(tooldir) ]; then \ if [ -d $(tooldir)/bin ]; then true; else mkdir $(tooldir)/bin; fi; \ for i in $(TOOL_PROGS) ; do \ - if [ -f $i ]; then \ + if [ -f $$i ]; then \ j=`echo $$i | sed -e 's/.new//'`; \ rm -f $(tooldir)/bin/$$j; \ k=`echo $$j | sed '$(program_transform_name)'`; \ -- 2.30.2