X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=src-release;h=13cdafc9193dc4ed75c270ff20b27a6e04f52490;hb=5d41b3efe4d718fac501a7ee7afd96dbd62ded6e;hp=1f8715444a5ff012520445000435325b3f00b7ad;hpb=c6b750e16cc8d4bd7d4c9df5bfe76207bca0f6d8;p=deliverable%2Fbinutils-gdb.git diff --git a/src-release b/src-release index 1f8715444a..13cdafc919 100644 --- a/src-release +++ b/src-release @@ -49,8 +49,8 @@ PWD = $${PWDCMD-pwd} DEVO_SUPPORT= README Makefile.in configure configure.ac \ config.guess config.sub config move-if-change \ COPYING COPYING.LIB install-sh config-ml.in symlink-tree \ - mkinstalldirs ltconfig ltmain.sh missing ylwrap \ - libtool.m4 ltcf-c.sh ltcf-cxx.sh ltcf-gcj.sh \ + mkinstalldirs ltmain.sh missing ylwrap \ + libtool.m4 ltsugar.m4, ltversion.m4, ltoptions.m4 \ Makefile.def Makefile.tpl src-release config.rpath # Files in devo/etc used in any net 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 ; \