mirror of
https://github.com/systemd/systemd.git
synced 2025-01-25 10:04:04 +03:00
bd2dab9ce5
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.