|
4 | 4 | # repository, with an emphasis on treating generated files correctly, so
|
5 | 5 | # that autoconf, gperf et al are not required for the ``end'' user.
|
6 | 6 | #
|
7 |
| -# (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009, |
| 7 | +# (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009, |
8 | 8 | # 2010, 2011, 2012, 2013, 2014, 2015, 2017 Free Software Foundation
|
9 | 9 | # Originally by Gerald Pfeifer <[email protected]>, August 1998.
|
10 | 10 | #
|
@@ -96,6 +96,9 @@ gcc/config/rs6000/fusion.md: gcc/config/rs6000/genfusion.pl
|
96 | 96 | gcc/cp/cfns.h: gcc/cp/cfns.gperf
|
97 | 97 | gcc/cp/std-name-hint.h: gcc/cp/std-name-hint.gperf
|
98 | 98 | gcc/cp/std-name-hint.gperf: gcc/cp/cxxapi-data.csv
|
| 99 | +gcc/m2/configure: gcc/m2/configure.ac |
| 100 | +gcc/m2/gm2config.h.in: gcc/m2/configure.ac |
| 101 | +gcc/m2/gm2-libs/config-host: gcc/m2/gm2-libs/config-host.in |
99 | 102 | # testsuite
|
100 | 103 | # Without this, _Pragma3.c can have a false negative.
|
101 | 104 | gcc/testsuite/gcc.dg/cpp/_Pragma3.c: gcc/testsuite/gcc.dg/cpp/mi1c.h
|
@@ -128,6 +131,13 @@ libffi/configure: libffi/configure.ac libffi/aclocal.m4
|
128 | 131 | libffi/fficonfig.h.in: libffi/configure.ac libffi/aclocal.m4
|
129 | 132 | libgfortran/aclocal.m4: libgfortran/configure.ac libgfortran/acinclude.m4
|
130 | 133 | libgfortran/Makefile.in: libgfortran/Makefile.am libgfortran/configure.ac libgfortran/aclocal.m4
|
| 134 | +libgm2/Makefile.in: libgm2/Makefile.am libgm2/configure.ac libgm2/aclocal.m4 |
| 135 | +libgm2/aclocal.m4: libgm2/configure.ac |
| 136 | +libgm2/libm2cor/Makefile.in: libgm2/libm2cor/Makefile.am |
| 137 | +libgm2/libm2pim/Makefile.in: libgm2/libm2pim/Makefile.am |
| 138 | +libgm2/libm2iso/Makefile.in: libgm2/libm2iso/Makefile.am |
| 139 | +libgm2/libm2log/Makefile.in: libgm2/libm2log/Makefile.am |
| 140 | +libgm2/libm2min/Makefile.in: libgm2/libm2min/Makefile.am |
131 | 141 | libquadmath/configure: libquadmath/configure.ac libquadmath/aclocal.m4
|
132 | 142 | libquadmath/aclocal.m4: libquadmath/configure.ac libquadmath/acinclude.m4
|
133 | 143 | libquadmath/Makefile.in: libquadmath/Makefile.am libquadmath/configure.ac libgfortran/aclocal.m4
|
@@ -345,7 +355,7 @@ case $vcs_type in
|
345 | 355 | fi
|
346 | 356 | fi
|
347 | 357 | branch=`$GCC_GIT name-rev --name-only HEAD || :`
|
348 |
| - ;; |
| 358 | + ;; |
349 | 359 |
|
350 | 360 | hg)
|
351 | 361 | chat "Updating HG tree"
|
|
0 commit comments