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

@ -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)