Skip to content

Fix the stupid .Plo file errors

This finally gets us to the point where I can run make distcheck on a tarball generated by ninja dist, with the proviso that I have to use automake 1.16.1 — 1.15.1 fails with the error:

make[3]: Entering directory '/home/philip/Downloads/glib-2.57.2/_build/glib-2.57.2/_build/sub/glib'
Makefile:1650: .deps/libglib_2_0_la-gwin32.Plo: No such file or directory
make[3]: *** No rule to make target '.deps/libglib_2_0_la-gwin32.Plo'.  Stop.

Helps #1436 (closed)

Merge request reports