* Makefile.am (install): Depend on install-info.
authorHans-Peter Nilsson <hp@axis.com>
Sat, 26 Jan 2002 21:33:06 +0000 (21:33 +0000)
committerHans-Peter Nilsson <hp@axis.com>
Sat, 26 Jan 2002 21:33:06 +0000 (21:33 +0000)
* Makefile.in: Regenerate.

gprof/ChangeLog
gprof/Makefile.am
gprof/Makefile.in
ld/ChangeLog
ld/Makefile.am
ld/Makefile.in

index d9223c923de8e4ae67c7a7d193d717e75f2b09ac..4ae081d2e834ef7eccc89dd330b79c0bbb0c5f93 100644 (file)
@@ -1,3 +1,8 @@
+2002-01-26  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       * Makefile.am (install): Depend on install-info.
+       * Makefile.in: Regenerate.
+
 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
 
        * mips.c: New file.
index 4401e17530b9e807f9a88d403b14e6dda69fc978..5294feb9d841d8306081653fdcd3ca219e662b84 100644 (file)
@@ -71,6 +71,10 @@ gprof.1: $(srcdir)/gprof.texi
 
 Makefile: $(BFDDIR)/configure.in
 
+# We want install to imply install-info as per GNU standards, despite the
+# cygnus option.
+install: install-info
+
 # Targets to rebuild dependencies in this Makefile.
 # Have to get rid of DEP1 here so that "$?" later includes all sources.
 DEP: dep.sed $(gprof_SOURCES) $(noinst_HEADERS) gconfig.h
index f2fcd2230110de0b16b398dc599b0be6709a2e11..530623a3a85ec98ec2699ade450b2449f533fe8a 100644 (file)
@@ -736,6 +736,10 @@ gprof.1: $(srcdir)/gprof.texi
 
 Makefile: $(BFDDIR)/configure.in
 
+# We want install to imply install-info as per GNU standards, despite the
+# cygnus option.
+install: install-info
+
 # Targets to rebuild dependencies in this Makefile.
 # Have to get rid of DEP1 here so that "$?" later includes all sources.
 DEP: dep.sed $(gprof_SOURCES) $(noinst_HEADERS) gconfig.h
index a8aaba6a350384c0b39534b14eebfdcfdd628f44..de96a89eb9c7471deae114828e44cdf378f46fbd 100644 (file)
@@ -1,3 +1,8 @@
+2002-01-26  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       * Makefile.am (install): Depend on install-info.
+       * Makefile.in: Regenerate.
+
 2002-01-26  Christian Rose  <menthos@menthos.com>
 
        * ldmain.c (main): Use full sentences to ease translation.
index 1d59e83d3a7ed7e14ef0353a06d12f5bd8ccf695..7c28d65aade23cbedeb3690c2950d880d6021efa 100644 (file)
@@ -1066,6 +1066,10 @@ install-data-local:
          $(INSTALL_DATA) $$f $(scriptdir)/$$f ; \
        done
 
+# We want install to imply install-info as per GNU standards, despite the
+# cygnus option.
+install: install-info
+
 # Stuff that should be included in a distribution.  The diststuff
 # target is run by the taz target in ../Makefile.in.
 EXTRA_DIST = ldgram.c ldgram.h ldlex.c $(man_MANS)
index 1518e3f140a20b338624b1ea63c7c620d6d2ce30..cc1cb467fcfc0ddede4235b96ac911146fa51ffe 100644 (file)
@@ -1766,6 +1766,10 @@ install-data-local:
        for f in ldscripts/*; do \
          $(INSTALL_DATA) $$f $(scriptdir)/$$f ; \
        done
+
+# We want install to imply install-info as per GNU standards, despite the
+# cygnus option.
+install: install-info
 diststuff: info $(EXTRA_DIST)
 distclean-local:
        rm -rf ldscripts
This page took 0.031915 seconds and 4 git commands to generate.