per explanation from zoo, back out DESTDIR change.

This commit is contained in:
Mark Eichin 1992-08-12 23:02:31 +00:00
parent afbdf3f704
commit c319340056
2 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,6 @@
Wed Aug 12 15:14:14 1992 Mark Eichin (eichin@cygnus.com)
* Makefile.in: change ${MACHINE} to $(MACHINE), add $(DESTDIR) to
bin install rule.
* Makefile.in: change ${MACHINE} to $(MACHINE).
Sun Jul 19 17:34:01 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)

View File

@ -41,7 +41,7 @@ info:
install-info:
install: all
$(INSTALL_PROGRAM) $(PROG) $(DESTDIR)$(bindir)
$(INSTALL_PROGRAM) $(PROG) $(bindir)
$(INSTALL_DATA) $(srcdir)/gprof.1 $(man1dir)/gprof.1
$(PROG): $(OBJS)