diff --git a/libstdc++-v3/include/Makefile.in b/libstdc++-v3/include/Makefile.in index f5b04d3fe8ae5ee22cf44fec2476a978a5730b4b..d2c95ee0b95b21cd11f82dcff8bfdb7d630a8247 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.