summaryrefslogtreecommitdiff
path: root/src-release
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>2007-04-09 15:36:44 +0000
committerDaniel Jacobowitz <dan@debian.org>2007-04-09 15:36:44 +0000
commit8b2573b24374b832135c35f2f2ee9d21a3447694 (patch)
tree9475f026d7cda89e6c92cfe01c503c9af826993a /src-release
parent55feb743993e0ae3d6aeefbad3a417c3472e5cf1 (diff)
downloadbinutils-redhat-8b2573b24374b832135c35f2f2ee9d21a3447694.tar.gz
* 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-release2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-release b/src-release
index 1f8715444a..abaae7ac34 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 ; \