* Makefile.in (install): Remove "brokensed" hack, unnecessary now

that we're using autoconf.
This commit is contained in:
Jeff Law 1995-08-22 17:01:20 +00:00
parent 6fd48357ec
commit d0c997a9ac
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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;