]> git.pond.sub.org Git - empserver/commitdiff
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)
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>

No differences found