Windows: Native build failed due to missing gnulib dependencies
authorFriedrich Beckmann <friedrich.beckmann@gmx.de>
Fri, 18 Mar 2022 15:31:23 +0000 (15:31 +0000)
committerFriedrich Beckmann <friedrich.beckmann@gmx.de>
Fri, 18 Mar 2022 15:31:23 +0000 (15:31 +0000)
commit15a81d8991a8e2dd78434f846b70837083614a20
tree264620e49d33b15c37774aa775fb18e1814c9219
parentaf8622f11c920a03269ad489617d86bfd568b287
Windows: Native build failed due to missing gnulib dependencies

The windows build failed because the gnulib header files were not
build before the compilation of c files for the native build.
The gnulib headers are
listed in the BUILT_SOURCES but that must be the first dependency
before the object files belonging to the executable. This is the
case for the default make target but not for an individual
executable like src/ui/terminal/pspp. I adapted the make file
to use the default make target.
See: https://www.gnu.org/software/automake/manual/html_node/Sources.html
doc/automake.mk