fix install rule

This commit is contained in:
David D. Zuhn 1993-01-06 09:00:02 +00:00
parent 240f485a41
commit dedfbe49b9
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Wed Jan 6 00:58:09 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
* Makefile.in: fix install rule for $(PROG)
Fri Oct 9 11:25:41 1992 Mark Eichin (eichin@cygnus.com)
* gprof.1: updated SYNOPSIS to match actual behavior.

View File

@ -61,7 +61,7 @@ install: all
-parent=`echo $(bindir)|sed -e 's@/[^/]*$$@@'`; \
if [ -d $$parent ] ; then true ; else mkdir $$parent ; fi
-if [ -d $(bindir) ] ; then true ; else mkdir $(bindir) ; fi
$(INSTALL_PROGRAM) $(PROG) $(bindir)
$(INSTALL_PROGRAM) $(PROG) $(bindir)/$(PROG)
$(INSTALL_DATA) $(srcdir)/gprof.1 $(man1dir)/gprof.1
$(PROG): $(OBJS)