]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libstdc++: Regenerate Makefile.in
authorJonathan Wakely <jwakely@redhat.com>
Thu, 17 Aug 2023 10:17:14 +0000 (11:17 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Thu, 17 Aug 2023 12:12:39 +0000 (13:12 +0100)
libstdc++-v3/ChangeLog:

* include/Makefile.in: Regenerate.

libstdc++-v3/include/Makefile.in

index f5b04d3fe8ae5ee22cf44fec2476a978a5730b4b..d2c95ee0b95b21cd11f82dcff8bfdb7d630a8247 100644 (file)
@@ -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.