mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-15 21:59:41 -04:00
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.
This commit is contained in:
parent
074ebcde29
commit
888bda0ace
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -837,7 +837,7 @@ all:
|
|||
@echo
|
||||
@exit 1
|
||||
else
|
||||
all: haproxy $(EXTRA)
|
||||
all: haproxy dev/flags/flags $(EXTRA)
|
||||
endif
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue