]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: makefile: always build the flags utility
authorWilly Tarreau <w@1wt.eu>
Fri, 2 Apr 2021 11:59:17 +0000 (13:59 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 2 Apr 2021 15:48:42 +0000 (17:48 +0200)
commit888bda0acefb66dadbcb5198e3a78e6fd7b6729b
treec3a340d08e211a8fe7831a58c1d2a86bd6b1fad7
parent074ebcde29a78b034b86b3663f977071fca57935
BUILD: makefile: always build the flags utility

This utility is absolutely required for developers and not having it
built by default is a real pain that tends to encourage keeping an
outdated copy somewhere else. Let's have it built by default then,
since it has no dependency and is ultra-small.
Makefile