Module: kamailio Branch: master Commit: ef19acf3a79a804a47238daf1f6d4794f1d82a5e URL: https://github.com/kamailio/kamailio/commit/ef19acf3a79a804a47238daf1f6d4794...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2020-01-08T10:15:26+01:00
Makefile: use variable for detecting emacs for ctags flag
---
Modified: Makefile
---
Diff: https://github.com/kamailio/kamailio/commit/ef19acf3a79a804a47238daf1f6d4794... Patch: https://github.com/kamailio/kamailio/commit/ef19acf3a79a804a47238daf1f6d4794...
---
diff --git a/Makefile b/Makefile index ef319fa473..82c765b200 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ endif
MKTAGS?=ctags EMACS_COMPAT= -ifneq (INSIDE_EMACS,) +ifneq ($(INSIDE_EMACS),) EMACS_COMPAT=-e endif