aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/Makefile.am
diff options
context:
space:
mode:
authorBenjamin Kosnik <bkoz@purist.soma.redhat.com>2000-05-25 05:11:42 +0000
committerBenjamin Kosnik <bkoz@gcc.gnu.org>2000-05-25 05:11:42 +0000
commitd94611f1584bd67db5d5d61f011fd2431f055d3e (patch)
tree6539048ca9ee04d228876ea6b39d13377ce1e4dd /libstdc++-v3/Makefile.am
parentff5def207e2ff19b84c6c99f66ee72c9ab5f1014 (diff)
downloadgcc-d94611f1584bd67db5d5d61f011fd2431f055d3e.zip
gcc-d94611f1584bd67db5d5d61f011fd2431f055d3e.tar.gz
gcc-d94611f1584bd67db5d5d61f011fd2431f055d3e.tar.bz2
Makefile.am (TAGS): Construct.
2000-05-24 Benjamin Kosnik <bkoz@purist.soma.redhat.com> * 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. From-SVN: r34157
Diffstat (limited to 'libstdc++-v3/Makefile.am')
-rw-r--r--libstdc++-v3/Makefile.am15
1 files changed, 15 insertions, 0 deletions
diff --git a/libstdc++-v3/Makefile.am b/libstdc++-v3/Makefile.am
index fbf7630..3bec453 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)"
+
+
+
+
+
+
+
+
+
+
+