]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* Makefile.in (install): Remove "brokensed" hack, unnecessary now
authorJeff Law <law@redhat.com>
Tue, 22 Aug 1995 17:01:20 +0000 (17:01 +0000)
committerJeff Law <law@redhat.com>
Tue, 22 Aug 1995 17:01:20 +0000 (17:01 +0000)
        that we're using autoconf.

gprof/ChangeLog
gprof/Makefile.in

index 22f0b89be3a1c1364ad2a5bfba5c4681aa8944f5..b094852d18ae3d067619e98cf82491ceea2a4ef4 100644 (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
index f111ada0bf5ee8b892522ea224cbc928bbdef156..0d8a7c504c33d6eb0a02f1fc28ae90427cd77a10 100644 (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;