diff options
author | Daniel Jacobowitz <drow@false.org> | 2007-04-09 15:36:41 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2007-04-09 15:36:41 +0000 |
commit | 69de39769d6ce4691fac5788842e090c69153c75 (patch) | |
tree | 1dcca1831acdd92860530ac7291e38f18c405222 /src-release | |
parent | 2edb06ce628537c629b2d41c20acd51b309502f8 (diff) | |
download | newlib-69de39769d6ce4691fac5788842e090c69153c75.zip newlib-69de39769d6ce4691fac5788842e090c69153c75.tar.gz newlib-69de39769d6ce4691fac5788842e090c69153c75.tar.bz2 |
* src-release (do-proto-toplev): Process the support directories before
the tool directory.
* Makefile.am (bfdver.h): Do not generate doc/bfdver.texi.
* doc/Makefile.am (DOCFILES): Add bfdver.texi.
(bfdver.texi): New rule.
* Makefile.in, doc/Makefile.in: Regenerated.
Diffstat (limited to 'src-release')
-rw-r--r-- | src-release | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-release b/src-release index 1f87154..abaae7a 100644 --- a/src-release +++ b/src-release @@ -144,7 +144,7 @@ do-proto-toplev: $(DEVO_SUPPORT) $(SUPPORT_FILES) texinfo/texinfo.tex CC_FOR_TARGET="$(CC)" CXX_FOR_TARGET="$(CXX)" # Make links, and run "make diststuff" or "make info" when needed. rm -rf proto-toplev ; mkdir proto-toplev - set -e ; dirs="$(TOOL) $(DEVO_SUPPORT) $(SUPPORT_FILES)" ; \ + set -e ; dirs="$(DEVO_SUPPORT) $(SUPPORT_FILES) $(TOOL)" ; \ for d in $$dirs ; do \ if [ -d $$d ]; then \ if [ ! -f $$d/Makefile ] ; then true ; \ |