From: Willy Tarreau Date: Fri, 2 Apr 2021 11:59:17 +0000 (+0200) Subject: BUILD: makefile: always build the flags utility X-Git-Tag: v2.4-dev15~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=888bda0acefb66dadbcb5198e3a78e6fd7b6729b;p=thirdparty%2Fhaproxy.git 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. --- diff --git a/Makefile b/Makefile index d5c1c5f7c3..25a719d4cf 100644 --- a/Makefile +++ b/Makefile @@ -837,7 +837,7 @@ all: @echo @exit 1 else -all: haproxy $(EXTRA) +all: haproxy dev/flags/flags $(EXTRA) endif endif