* Makefile.in: Regenerate.
+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.
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
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
+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.
$(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)
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