This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] Info pages not installed in gprof/


Hello,

 I can see gprof/ has just been updated to automake 1.8.5.  Unfortunately 
something has gone wrong with regenerating Makefile.in and as a result 
`make install' does not install the gprof info pages.  Following is an 
update resulting from merely running `automake' in gprof/ on my system 
which fixes the problem for me.

2004-06-28  Maciej W. Rozycki  <macro@linux-mips.org>

	* Makefile.in: Regenerate to clean up breakage.

 OK to apply?

  Maciej

binutils-2.15.91-20040625-gprof-am.patch
diff -up --recursive --new-file binutils-2.15.91-20040625.macro/gprof/Makefile.in binutils-2.15.91-20040625/gprof/Makefile.in
--- binutils-2.15.91-20040625.macro/gprof/Makefile.in	2004-06-28 15:29:14.000000000 +0200
+++ binutils-2.15.91-20040625/gprof/Makefile.in	2004-06-28 15:54:51.000000000 +0200
@@ -681,7 +681,7 @@
 
 info-am: $(INFO_DEPS)
 
-install-data-am: install-man
+install-data-am: install-data-local install-man
 
 install-exec-am: install-binPROGRAMS
 
@@ -753,16 +753,17 @@
 	distclean distclean-compile distclean-generic distclean-hdr \
 	distclean-libtool distclean-recursive distclean-tags dvi \
 	dvi-am html html-am info info-am install install-am \
-	install-binPROGRAMS install-data install-data-am install-exec \
-	install-exec-am install-info install-info-am install-man \
-	install-man1 install-strip installcheck installcheck-am \
-	installdirs installdirs-am maintainer-clean \
-	maintainer-clean-aminfo maintainer-clean-generic \
-	maintainer-clean-recursive mostlyclean mostlyclean-aminfo \
-	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
-	mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
-	uninstall uninstall-am uninstall-binPROGRAMS uninstall-info-am \
-	uninstall-man uninstall-man1
+	install-binPROGRAMS install-data install-data-am \
+	install-data-local install-exec install-exec-am install-info \
+	install-info-am install-man install-man1 install-strip \
+	installcheck installcheck-am installdirs installdirs-am \
+	maintainer-clean maintainer-clean-aminfo \
+	maintainer-clean-generic maintainer-clean-recursive \
+	mostlyclean mostlyclean-aminfo mostlyclean-compile \
+	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+	pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
+	uninstall-binPROGRAMS uninstall-info-am uninstall-man \
+	uninstall-man1
 
 
 diststuff: $(BUILT_SOURCES) info $(man_MANS)
@@ -791,7 +792,7 @@
 
 # We want install to imply install-info as per GNU standards, despite the
 # cygnus option.
-# install-data-local: install-info
+install-data-local: install-info
 
 # Targets to rebuild dependencies in this Makefile.
 # Have to get rid of DEP1 here so that "$?" later includes all sources.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]