]> git.cameronkatri.com Git - pw-darwin.git/commit
Fix i386 build of chpass after r363992
authorAlex Richardson <arichardson@FreeBSD.org>
Sat, 8 Aug 2020 10:05:27 +0000 (10:05 +0000)
committerAlex Richardson <arichardson@FreeBSD.org>
Sat, 8 Aug 2020 10:05:27 +0000 (10:05 +0000)
commitbd97bd394db403e3bfef3cfcede416d81f93b349
tree1fec5a805392988abb1472683a6ac51450642c0a
parent181546cc6f3a31193f3c424e0c0d322ebe7b3840
Fix i386 build of chpass after r363992

My change to allow bootstrapping pwd_mkdb (r363992) resulted in i386 build
failures because the bootstrap header was being included in non-bootstrap chpass.
Dropping the no longer required pwd_mkdb include path from chpass fixes
the build, but to be certain that the failure doesn't get re-introduced,
I've also moved the bootstrap pwd.h into a subdirectory so that adding
-I${SRCTOP}/usr.sbin/pwd_mkdb doesn't pull it in.

Reported by: mjg
chpass/Makefile