From 82ba99d59e56c2d0774c267624583341a96b681f Mon Sep 17 00:00:00 2001 From: Phil Edwards Date: Wed, 27 Aug 2003 00:38:28 +0000 Subject: Makefile.am: Add comment. 2003-08-26 Phil Edwards * Makefile.am: Add comment. * acinclude.m4 (GLIBCXX_CONFIGURE): Set new glibcxx_SUBDIRS and SUBDIRS variables. * configure.ac: Use them both here, instead of hardcoded lists. * fragment.am: Add STAMP varaible. * include/Makefile.am: Cosmetic whitespace cleanup. Use $(LN_S) instead of @LN_S@. (stamp-*): Move file creation rule outside of 'if' branches to ensure the stamp-* files are actually updated. Use $(STAMP). * src/Makefile.am: Remove now-nonexistant variable. * libsupc++/Makefile.am: Likewise. Snap the assignment chain for -prefer-pic. * po/Makefile.am: Include same fragment as all the others. * aclocal.m4, configure, Makefile.in, include/Makefile.in, libsupc++/Makefile.in, po/Makefile.in, src/Makefile.in: Regenerated. From-SVN: r70836 --- libstdc++-v3/libsupc++/Makefile.am | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'libstdc++-v3/libsupc++/Makefile.am') diff --git a/libstdc++-v3/libsupc++/Makefile.am b/libstdc++-v3/libsupc++/Makefile.am index 59f80fbe7e4..9ce80f9bb3b 100644 --- a/libstdc++-v3/libsupc++/Makefile.am +++ b/libstdc++-v3/libsupc++/Makefile.am @@ -31,9 +31,6 @@ toolexeclib_LTLIBRARIES = libsupc++.la noinst_LTLIBRARIES = libsupc++convenience.la - -LIBSUPCXX_CXXFLAGS = @LIBSUPCXX_PICFLAGS@ - headers = \ exception new typeinfo cxxabi.h exception_defines.h @@ -78,7 +75,7 @@ glibcxxinstall_HEADERS = $(headers) # as the occasion call for it. AM_CXXFLAGS = \ -fno-implicit-templates \ - $(LIBSUPCXX_CXXFLAGS) \ + $(LIBSUPCXX_PICFLAGS) \ $(WARN_CXXFLAGS) \ $(OPTIMIZE_CXXFLAGS) \ $(CONFIG_CXXFLAGS) -- cgit v1.2.1