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/c1599415...@github.com>
_______________________________________________
Kamailio (SER) - Development Mailing List
To unsubscribe send an email to sr-dev-le...@lists.kamailio.org

Reply via email to