From df3cb9848e58ebf1f28b6f9fee11a7cec5b2fd7e Mon Sep 17 00:00:00 2001 From: bkoz Date: Thu, 25 May 2000 05:11:42 +0000 Subject: 2000-05-24 Benjamin Kosnik * Makefile.am (TAGS): Construct. * Makefile.in: Rengerate. * src/Makefile.am: Tweak. * src/Makefile.in: Tweak. * configure.in: Tweak. * bits/c++config.h: Rename to ... * bits/c++config: This. * mkc++config: Adjust. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34157 138bc75d-0d04-0410-961f-82ee72b054a4 --- libstdc++-v3/Makefile.am | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'libstdc++-v3/Makefile.am') diff --git a/libstdc++-v3/Makefile.am b/libstdc++-v3/Makefile.am index fbf76307f22..3bec4532732 100644 --- a/libstdc++-v3/Makefile.am +++ b/libstdc++-v3/Makefile.am @@ -94,6 +94,10 @@ distclean-multi: maintainer-clean-multi: $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean +# All the machinations with string instantiations messes up the +# automake-genrated TAGS rule. Make a simple one here. +TAGS: tags-recursive $(LISP) + # Work around what appears to be a GNU make bug handling MAKEFLAGS # values defined in terms of make variables, as is the case for CC and # friends when we are called from the top level Makefile. @@ -138,3 +142,14 @@ AM_MAKEFLAGS = \ "NM_FOR_BUILD=$(NM_FOR_BUILD)" \ "NM_FOR_TARGET=$(NM_FOR_TARGET)" \ "DESTDIR=$(DESTDIR)" + + + + + + + + + + + -- cgit v1.2.1