mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 12:22:20 +08:00
* Makefile.in (install): Remove "brokensed" hack, unnecessary now
that we're using autoconf.
This commit is contained in:
@ -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>
|
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
|
* core.c (get_src_info): Cast arg 7 of bfd_find_nearest_line
|
||||||
|
@ -95,7 +95,7 @@ install-info: gprof.info
|
|||||||
install: all
|
install: all
|
||||||
$(INSTALL_XFORM) gprof $(bindir)/gprof
|
$(INSTALL_XFORM) gprof $(bindir)/gprof
|
||||||
$(INSTALL_XFORM1) $(srcdir)/gprof.1 $(man1dir)/gprof.1
|
$(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; \
|
rm -f $(tooldir)/bin/gprof; \
|
||||||
ln $(bindir)/$$n $(tooldir)/bin/gprof \
|
ln $(bindir)/$$n $(tooldir)/bin/gprof \
|
||||||
|| $(INSTALL_PROGRAM) gprof $(tooldir)/bin/gprof;
|
|| $(INSTALL_PROGRAM) gprof $(tooldir)/bin/gprof;
|
||||||
|
Reference in New Issue
Block a user