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/Makefile.in | |
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/Makefile.in')
-rw-r--r-- | gprof/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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; |