]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
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)
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

index d5c1c5f7c38c3330cdac049d0e8dabdf9492400d..25a719d4cf0fbec2f6f7250c5c88db638587f194 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -837,7 +837,7 @@ all:
        @echo
        @exit 1
 else
-all: haproxy $(EXTRA)
+all: haproxy dev/flags/flags $(EXTRA)
 endif
 endif