mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-02 16:23:56 +08:00
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
This commit is contained in:
parent
a8f0e84899
commit
6b919a8ab9
@ -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.
|
||||
|
@ -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}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user