mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
* Makefile.in (install): Remove "brokensed" hack, unnecessary now
that we're using autoconf.
This commit is contained in:
parent
6fd48357ec
commit
d0c997a9ac
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user