From: Jeff Law Date: Tue, 22 Aug 1995 17:01:20 +0000 (+0000) Subject: * Makefile.in (install): Remove "brokensed" hack, unnecessary now X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d0c997a9aca8abef9ece6f2267e06e8fbfff488d;p=binutils-gdb.git * Makefile.in (install): Remove "brokensed" hack, unnecessary now that we're using autoconf. --- diff --git a/gprof/ChangeLog b/gprof/ChangeLog index 22f0b89be3a..b094852d18a 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,3 +1,8 @@ +Tue Aug 22 10:00:45 1995 Jeffrey A. Law + + * Makefile.in (install): Remove "brokensed" hack, unnecessary now + that we're using autoconf. + Wed Jul 19 18:46:13 1995 Fred Fish * core.c (get_src_info): Cast arg 7 of bfd_find_nearest_line diff --git a/gprof/Makefile.in b/gprof/Makefile.in index f111ada0bf5..0d8a7c504c3 100644 --- a/gprof/Makefile.in +++ b/gprof/Makefile.in @@ -95,7 +95,7 @@ install-info: gprof.info install: all $(INSTALL_XFORM) gprof $(bindir)/gprof $(INSTALL_XFORM1) $(srcdir)/gprof.1 $(man1dir)/gprof.1 - -n=`t='$(program_transform_name)'; echo gprof | sed -e "s/brokensed/brokensed/" $$t`; \ + -n=`t='$(program_transform_name)'; echo gprof | sed -e $$t`; \ rm -f $(tooldir)/bin/gprof; \ ln $(bindir)/$$n $(tooldir)/bin/gprof \ || $(INSTALL_PROGRAM) gprof $(tooldir)/bin/gprof;