diff options
author | Jeff Law <law@redhat.com> | 1995-08-22 17:01:20 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1995-08-22 17:01:20 +0000 |
commit | d0c997a9aca8abef9ece6f2267e06e8fbfff488d (patch) | |
tree | 2054ae4f57b173c9c399e7d1055d0536713ade7f /gprof | |
parent | 6fd48357eceecbb0fa1965ebb9b60fca26e169d7 (diff) | |
download | gdb-d0c997a9aca8abef9ece6f2267e06e8fbfff488d.zip gdb-d0c997a9aca8abef9ece6f2267e06e8fbfff488d.tar.gz gdb-d0c997a9aca8abef9ece6f2267e06e8fbfff488d.tar.bz2 |
* Makefile.in (install): Remove "brokensed" hack, unnecessary now
that we're using autoconf.
Diffstat (limited to 'gprof')
-rw-r--r-- | gprof/ChangeLog | 5 | ||||
-rw-r--r-- | gprof/Makefile.in | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog index 22f0b89..b094852 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,3 +1,8 @@ +Tue Aug 22 10:00:45 1995 Jeffrey A. Law <law@rtl.cygnus.com> + + * Makefile.in (install): Remove "brokensed" hack, unnecessary now + that we're using autoconf. + Wed Jul 19 18:46:13 1995 Fred Fish <fnf@cygnus.com> * core.c (get_src_info): Cast arg 7 of bfd_find_nearest_line diff --git a/gprof/Makefile.in b/gprof/Makefile.in index f111ada..0d8a7c5 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; |