diff options
Diffstat (limited to 'libstdc++-v3/src/Makefile.in')
-rw-r--r-- | libstdc++-v3/src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/src/Makefile.in b/libstdc++-v3/src/Makefile.in index 926f68d5001..1b0bbf3f159 100644 --- a/libstdc++-v3/src/Makefile.in +++ b/libstdc++-v3/src/Makefile.in @@ -629,7 +629,7 @@ $(headers:%=$(myincludep)%): $(myincludep)%: % fi; # All the machinations with string instantiations messes up the -# automake-genrated TAGS rule. Make a simple one here. +# automake-generated TAGS rule. Make a simple one here. TAGS: $(generated_headers) $(cpu_headers) etags -C $(top_srcdir)/bits/*.h $(top_srcdir)/bits/*.tcc \ $(generated_headers) $(cpu_headers) $(libio_headers) \ |