bash: work around broken make dependencies

This commit is contained in:
Andre Heider 2020-01-08 19:31:14 +01:00
parent 0ffce7907d
commit 3b9afbd3da

View File

@ -14,3 +14,8 @@ PKG_CONFIGURE_OPTS_TARGET="--with-curses \
--enable-readline \
--without-bash-malloc \
--with-installed-readline"
pre_make_target() {
# precreate this generated header because it may be created too late
make pathnames.h
}