that we're using autoconf.
+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
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;