]> git.pond.sub.org Git - empserver/commit
Make: Fix build with tool chains that require depcomp
authorMarkus Armbruster <armbru@pond.sub.org>
Sat, 26 Dec 2020 08:08:37 +0000 (09:08 +0100)
committerMarkus Armbruster <armbru@pond.sub.org>
Sun, 17 Jan 2021 20:24:28 +0000 (21:24 +0100)
commitc3eb998396da8b9beee4f5f4caffa0502f692c05
treeab3dfe8c9016dd279f4ab6efa05d7fbab74f98b9
parentf06473fbb45df56e1228d9c179c07521c271d27e
Make: Fix build with tool chains that require depcomp

Commit fad8e7f7b "Move auxiliary build tools to build-aux/" moved
depcomp, but neglected to adjust Make.mk.  This broke the build with
tool chains that actually use depcomp.  Modern GCC and Clang don't.
Fix the obvious way.

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
Make.mk