When the file `a` contains `BUILDER:=a`, the file `b` contains `BUILDER:=b`, and
`Makefile` contains
```make
include a
include b
all:
@echo $(BUILDER)
```
(there is a TAB before @), then typing `make` prints `b`.
I do not understand the question and I do not understand the build system of Kamailio.
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/3475#issuecomment-1599415772
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/pull/3475/c1599415772(a)github.com>