diff options
author | Benjamin Kosnik <bkoz@redhat.com> | 2003-03-04 16:22:17 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2003-03-04 16:22:17 +0000 |
commit | 6b919a8ab98b7ce4c4af34d620951e77198e25b1 (patch) | |
tree | 3d277ab2d21a6f739abb3e56e92bcad5f97ca1c3 | |
parent | a8f0e84899dd0353c5f481197cf9be9bb8caadcd (diff) | |
download | gcc-6b919a8ab98b7ce4c4af34d620951e77198e25b1.zip gcc-6b919a8ab98b7ce4c4af34d620951e77198e25b1.tar.gz gcc-6b919a8ab98b7ce4c4af34d620951e77198e25b1.tar.bz2 |
Makefile.am (allstamps): Remove stamp-std-precompile.
2003-03-04 Benjamin Kosnik <bkoz@redhat.com>
* include/Makefile.am (allstamps): Remove stamp-std-precompile.
* include/Makefile.in: Regenerate.
From-SVN: r63787
-rw-r--r-- | libstdc++-v3/ChangeLog | 5 | ||||
-rw-r--r-- | libstdc++-v3/include/Makefile.am | 2 | ||||
-rw-r--r-- | libstdc++-v3/include/Makefile.in | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 0e5baf0..0788fc2 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2003-03-04 Benjamin Kosnik <bkoz@redhat.com> + + * include/Makefile.am (allstamps): Remove stamp-std-precompile. + * include/Makefile.in: Regenerate. + 2003-03-03 Benjamin Kosnik <bkoz@redhat.com> * testsuite/abi_check.cc (report_symbol_info): Add version info. diff --git a/libstdc++-v3/include/Makefile.am b/libstdc++-v3/include/Makefile.am index cfa081f..2588d08 100644 --- a/libstdc++-v3/include/Makefile.am +++ b/libstdc++-v3/include/Makefile.am @@ -343,7 +343,7 @@ thread_target_headers = \ # CLEANFILES and all-local are kept up-to-date. allstamps = \ stamp-std stamp-bits stamp-c_base stamp-c_compatibility \ - stamp-backward stamp-ext stamp-target stamp-std-precompile + stamp-backward stamp-ext stamp-target # Here are the rules for building the headers all-local: ${target_builddir}/c++config.h ${thread_target_headers} ${allstamps} diff --git a/libstdc++-v3/include/Makefile.in b/libstdc++-v3/include/Makefile.in index 874d1be..a9008a6 100644 --- a/libstdc++-v3/include/Makefile.in +++ b/libstdc++-v3/include/Makefile.in @@ -460,7 +460,7 @@ thread_target_headers = \ # CLEANFILES and all-local are kept up-to-date. allstamps = \ stamp-std stamp-bits stamp-c_base stamp-c_compatibility \ - stamp-backward stamp-ext stamp-target stamp-std-precompile + stamp-backward stamp-ext stamp-target # Target includes for threads |