Fix 'make clean' to remove stamp-host file in libstdc++-v3/include.
libstdc++-v3/: PR libstdc++/41220 * include/Makefile.am (CLEANFILES): Add stamp-host. * include/Makefile.in: Regenerate. From-SVN: r151351
This commit is contained in:
parent
28ed065ef9
commit
865dfe398b
@ -1,3 +1,9 @@
|
||||
2009-09-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
PR libstdc++/41220
|
||||
* include/Makefile.am (CLEANFILES): Add stamp-host.
|
||||
* include/Makefile.in: Regenerate.
|
||||
|
||||
2009-09-02 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* testsuite/lib/libstdc++.exp (libstdc++_init): Copy .tcc files
|
||||
|
@ -1223,7 +1223,7 @@ install-headers:
|
||||
$(INSTALL_DATA) $${file} $(DESTDIR)${host_installdir}; done
|
||||
|
||||
# By adding these files here, automake will remove them for 'make clean'
|
||||
CLEANFILES = ${pch_output} ${pch_output_anchors}
|
||||
CLEANFILES = ${pch_output} ${pch_output_anchors} stamp-host
|
||||
|
||||
# To remove directories.
|
||||
clean-local:
|
||||
|
@ -1098,7 +1098,7 @@ allcreated = \
|
||||
uppercase = [ABCDEFGHIJKLMNOPQRSTUVWXYZ_]
|
||||
|
||||
# By adding these files here, automake will remove them for 'make clean'
|
||||
CLEANFILES = ${pch_output} ${pch_output_anchors}
|
||||
CLEANFILES = ${pch_output} ${pch_output_anchors} stamp-host
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
||||
|
Loading…
Reference in New Issue
Block a user