From d0c997a9aca8abef9ece6f2267e06e8fbfff488d Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Tue, 22 Aug 1995 17:01:20 +0000 Subject: [PATCH] * Makefile.in (install): Remove "brokensed" hack, unnecessary now that we're using autoconf. --- gprof/ChangeLog | 5 +++++ gprof/Makefile.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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; -- 2.30.2