Module: kamailio Branch: master Commit: ef19acf3a79a804a47238daf1f6d4794f1d82a5e URL: https://github.com/kamailio/kamailio/commit/ef19acf3a79a804a47238daf1f6d4794f1d82a5e
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> 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/ef19acf3a79a804a47238daf1f6d4794f1d82a5e.diff Patch: https://github.com/kamailio/kamailio/commit/ef19acf3a79a804a47238daf1f6d4794f1d82a5e.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
