Module: kamailio Branch: 5.3 Commit: ffa3b089a192ef6d135a094bd6b3a29125e35389 URL: https://github.com/kamailio/kamailio/commit/ffa3b089a192ef6d135a094bd6b3a29125e35389
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2020-01-08T10:16:37+01:00 Makefile: use variable for detecting emacs for ctags flag (cherry picked from commit ef19acf3a79a804a47238daf1f6d4794f1d82a5e) --- Modified: Makefile --- Diff: https://github.com/kamailio/kamailio/commit/ffa3b089a192ef6d135a094bd6b3a29125e35389.diff Patch: https://github.com/kamailio/kamailio/commit/ffa3b089a192ef6d135a094bd6b3a29125e35389.patch --- 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 _______________________________________________ Kamailio (SER) - Development Mailing List [email protected] https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev
