* Makefile.in (install): Depend on "all".

This commit is contained in:
Ken Raeburn 1995-04-26 01:11:57 +00:00
parent 0f60fbb84e
commit e4fc2696d1
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Tue Apr 25 21:11:12 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
* Makefile.in (install): Depend on "all".
Thu Apr 20 17:29:07 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
* Makefile.in: Change all references to MY_MACHINE to MY_TARGET,

View File

@ -90,7 +90,7 @@ install-info: gprof.info
$(INSTALL_DATA) $$dir/$$i $(infodir)/$$i ; \
done
install:
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`; \