public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-3282] libstdc++: Regenerate Makefile.in
@ 2023-08-17 12:20 Jonathan Wakely
  0 siblings, 0 replies; only message in thread
From: Jonathan Wakely @ 2023-08-17 12:20 UTC (permalink / raw)
  To: gcc-cvs, libstdc++-cvs

https://gcc.gnu.org/g:b10dfbb54efb7f5ed48eaa11c79f112a85676f24

commit r14-3282-gb10dfbb54efb7f5ed48eaa11c79f112a85676f24
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Thu Aug 17 11:17:14 2023 +0100

    libstdc++: Regenerate Makefile.in
    
    libstdc++-v3/ChangeLog:
    
            * include/Makefile.in: Regenerate.

Diff:
---
 libstdc++-v3/include/Makefile.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/libstdc++-v3/include/Makefile.in b/libstdc++-v3/include/Makefile.in
index f5b04d3fe8ae..d2c95ee0b95b 100644
--- a/libstdc++-v3/include/Makefile.in
+++ b/libstdc++-v3/include/Makefile.in
@@ -1940,9 +1940,9 @@ ${pch3_output}: ${pch3_source} ${pch2_output}
 	$(CXX) $(PCHFLAGS) $(AM_CPPFLAGS) -O2 -g ${pch3_source} -o $@
 
 # AutoGen <bits/version.h>.
-${bits_srcdir}/version.h: ${bits_srcdir}/version.def \
-				${bits_srcdir}/version.tpl
-	cd $(@D) && \
+.PHONY: update-version
+update-version:
+	cd ${bits_srcdir} && \
 	autogen version.def
 
 # The real deal.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-08-17 12:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-17 12:20 [gcc r14-3282] libstdc++: Regenerate Makefile.in Jonathan Wakely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).