]> 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>
Sat, 23 Jan 2021 06:08:03 +0000 (07:08 +0100)
commit168db3b2484fcd818186fd784877cc5fc0624e95
tree241fb3f80989918ca5b6f1d4dba78d95c689a52e
parent10356f9ecf5675e3ed4b805c7b92d3c66da44c3d
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