From f64c2f5715cab1d277b8c0ba15c04293a2691830 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 3 Jun 1996 16:34:24 +0000 Subject: [PATCH] * Makefile.in (end.h): Use explicit ./ when running end. --- sim/erc32/ChangeLog | 13 ++++++++++++- sim/erc32/Makefile.in | 5 +++-- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/sim/erc32/ChangeLog b/sim/erc32/ChangeLog index ed56438b983..6112350a181 100644 --- a/sim/erc32/ChangeLog +++ b/sim/erc32/ChangeLog @@ -1,4 +1,15 @@ -version 2.1 26-02-96 +Mon Jun 3 12:33:38 1996 Ian Lance Taylor + + * Makefile.in (end.h): Use explicit ./ when running end. + +Sun May 19 21:05:31 1996 Rob Savoye + + * func.c(bfd_load): Don't try to print the filename if the pfbd is + NULL. + * interf.c(sim_load): Pass the whole string, not just the first + byte. + +Version 2.1 26-02-96 -------------------- * Fixed bug in "go" command. diff --git a/sim/erc32/Makefile.in b/sim/erc32/Makefile.in index 5ee6db3eb0a..5f93c8c2f07 100644 --- a/sim/erc32/Makefile.in +++ b/sim/erc32/Makefile.in @@ -94,7 +94,7 @@ end : $(srcdir)/end.c $(CC) $(srcdir)/end.c -o end end.h : end - end > end.h + ./end > end.h sis: sis.o $(OFILES) $(CC) $(CFLAGS) $(CLAGS2) -o sis sis.o $(OFILES) \ @@ -192,9 +192,10 @@ install: n=`echo sis | sed '$(program_transform_name)'`; \ if [ -d $(tooldir) ] ; then \ if [ -d $(tooldir)/bin ] ; then true ; else mkdir $(tooldir)/bin ; fi; \ - rm -f $(tooldir)/bin/sis; \ + rm -f $(bindir)/sis; \ ln $(bindir)/$$n $(bindir)/sis \ || $(INSTALL_PROGRAM) sis $(bindir)/sis; \ + rm -f $(tooldir)/bin/sis; \ ln $(bindir)/$$n $(tooldir)/bin/sis \ || $(INSTALL_PROGRAM) sis $(tooldir)/bin/sis; \ true; fi -- 2.30.2