libstdc++: Add missing prerequisite to generated header [PR106162]
authorJonathan Wakely <jwakely@redhat.com>
Fri, 1 Jul 2022 21:23:43 +0000 (22:23 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Fri, 1 Jul 2022 21:42:55 +0000 (22:42 +0100)
commit8a6ee426c2be3bd4359520e02c00ec60cac2fece
tree7e134ecdd8b6748b69faa374c9c0af8114bd2cbf
parentff64a8c951995cb1214b4d2864a4bd553b60f249
libstdc++: Add missing prerequisite to generated header [PR106162]

The ${host_builddir}/largefile-config.h header can't be written until
its parent directory has been created, so it needs to have the creation
of that directory as a prerequisite.

libstdc++-v3/ChangeLog:

PR libstdc++/106162
* include/Makefile.am (largefile-config.h): Add
stamp-${host_alias} prerequisite.
* include/Makefile.in: Regenerate.
libstdc++-v3/include/Makefile.am
libstdc++-v3/include/Makefile.in