mirror of
https://github.com/haproxy/haproxy.git
synced 2026-05-21 09:25:29 -04:00
BUILD: use Makefile.mk instead of Makefile.inc in EXTRA_MAKE
Use an external Makefile called Makefile.mk in order to build complex
addons.
make TARGET=linux-glibc ... EXTRA_MAKE="/path/to/addon1" \
EXTRA_MAKE+="/path/to/addon2"
This commit is contained in:
parent
782336c21b
commit
157e24272f
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -866,7 +866,7 @@ ifneq ($(USE_OT:0=),)
|
|||
endif
|
||||
|
||||
ifneq ($(EXTRA_MAKE),)
|
||||
include $(addsuffix /Makefile.inc,$(EXTRA_MAKE))
|
||||
include $(addsuffix /Makefile.mk,$(EXTRA_MAKE))
|
||||
endif
|
||||
|
||||
# better keep this one close to the end, as several libs above may need it
|
||||
|
|
|
|||
Loading…
Reference in a new issue