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>
Thu, 7 Jul 2022 20:35:09 +0000 (21:35 +0100)
commitce5b1c3b95f7136c963d31673ca83f7392c40a53
treeee10c66bb97078bbca1516363f434b8ace808958
parente3b4dcfb58592b5c7335348ed883028f943cb66d
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.

(cherry picked from commit 8a6ee426c2be3bd4359520e02c00ec60cac2fece)
libstdc++-v3/include/Makefile.am
libstdc++-v3/include/Makefile.in