[sr-dev] git:master:ef19acf3: Makefile: use variable for detecting emacs for ctags flag

Daniel-Constantin Mierla miconda at gmail.com
Wed Jan 8 10:16:11 CET 2020


Module: kamailio
Branch: master
Commit: ef19acf3a79a804a47238daf1f6d4794f1d82a5e
URL: https://github.com/kamailio/kamailio/commit/ef19acf3a79a804a47238daf1f6d4794f1d82a5e

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at 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/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
 




More information about the sr-dev mailing list