]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* Makefile.in (install): Depend on "all".
authorKen Raeburn <raeburn@cygnus>
Wed, 26 Apr 1995 01:11:57 +0000 (01:11 +0000)
committerKen Raeburn <raeburn@cygnus>
Wed, 26 Apr 1995 01:11:57 +0000 (01:11 +0000)
gprof/ChangeLog
gprof/Makefile.in

index 52a3343f2fc8696c5e87a59774a848cb32e63ab3..5dbfd1d064722592ff6aed01334a35e6479ebc2e 100644 (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,
index 2df43d0538cab9d922388182b0a6796b79b9aadd..a324b66e898edd208495b601175f740cd3bb1924 100644 (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`; \