* ldlex.l, ldgram.y: Add ALIGNOF.
[deliverable/binutils-gdb.git] / src-release
index 1f8715444a5ff012520445000435325b3f00b7ad..13cdafc9193dc4ed75c270ff20b27a6e04f52490 100644 (file)
@@ -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 ; \
This page took 0.038613 seconds and 4 git commands to generate.