mirror of
https://github.com/systemd/systemd.git
synced 2026-07-14 03:20:22 +00:00
Since gtk-mkhtml is executed in a sub-directory of the build directory, and make does not know of that, the $(buildir) variable will still be "." and the $(srcdir) will not properly be found. For this reason, use the absolute variants for the two functions, which won't be changing.