mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 18:08:24 +08:00
* Makefile.am (install): Depend on install-info.
* Makefile.in: Regenerate.
This commit is contained in:
@ -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>
|
2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
|
||||||
|
|
||||||
* mips.c: New file.
|
* mips.c: New file.
|
||||||
|
@ -71,6 +71,10 @@ gprof.1: $(srcdir)/gprof.texi
|
|||||||
|
|
||||||
Makefile: $(BFDDIR)/configure.in
|
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.
|
# Targets to rebuild dependencies in this Makefile.
|
||||||
# Have to get rid of DEP1 here so that "$?" later includes all sources.
|
# Have to get rid of DEP1 here so that "$?" later includes all sources.
|
||||||
DEP: dep.sed $(gprof_SOURCES) $(noinst_HEADERS) gconfig.h
|
DEP: dep.sed $(gprof_SOURCES) $(noinst_HEADERS) gconfig.h
|
||||||
|
@ -736,6 +736,10 @@ gprof.1: $(srcdir)/gprof.texi
|
|||||||
|
|
||||||
Makefile: $(BFDDIR)/configure.in
|
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.
|
# Targets to rebuild dependencies in this Makefile.
|
||||||
# Have to get rid of DEP1 here so that "$?" later includes all sources.
|
# Have to get rid of DEP1 here so that "$?" later includes all sources.
|
||||||
DEP: dep.sed $(gprof_SOURCES) $(noinst_HEADERS) gconfig.h
|
DEP: dep.sed $(gprof_SOURCES) $(noinst_HEADERS) gconfig.h
|
||||||
|
@ -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>
|
2002-01-26 Christian Rose <menthos@menthos.com>
|
||||||
|
|
||||||
* ldmain.c (main): Use full sentences to ease translation.
|
* ldmain.c (main): Use full sentences to ease translation.
|
||||||
|
@ -1066,6 +1066,10 @@ install-data-local:
|
|||||||
$(INSTALL_DATA) $$f $(scriptdir)/$$f ; \
|
$(INSTALL_DATA) $$f $(scriptdir)/$$f ; \
|
||||||
done
|
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
|
# Stuff that should be included in a distribution. The diststuff
|
||||||
# target is run by the taz target in ../Makefile.in.
|
# target is run by the taz target in ../Makefile.in.
|
||||||
EXTRA_DIST = ldgram.c ldgram.h ldlex.c $(man_MANS)
|
EXTRA_DIST = ldgram.c ldgram.h ldlex.c $(man_MANS)
|
||||||
|
@ -1766,6 +1766,10 @@ install-data-local:
|
|||||||
for f in ldscripts/*; do \
|
for f in ldscripts/*; do \
|
||||||
$(INSTALL_DATA) $$f $(scriptdir)/$$f ; \
|
$(INSTALL_DATA) $$f $(scriptdir)/$$f ; \
|
||||||
done
|
done
|
||||||
|
|
||||||
|
# We want install to imply install-info as per GNU standards, despite the
|
||||||
|
# cygnus option.
|
||||||
|
install: install-info
|
||||||
diststuff: info $(EXTRA_DIST)
|
diststuff: info $(EXTRA_DIST)
|
||||||
distclean-local:
|
distclean-local:
|
||||||
rm -rf ldscripts
|
rm -rf ldscripts
|
||||||
|
Reference in New Issue
Block a user