Browse Source

Makefile: use variable for detecting emacs for ctags flag

(cherry picked from commit ef19acf3a79a804a47238daf1f6d4794f1d82a5e)
Daniel-Constantin Mierla 5 years ago
parent
commit
880f1d433e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -22,7 +22,7 @@ endif
 
 
 MKTAGS?=ctags
 MKTAGS?=ctags
 EMACS_COMPAT=
 EMACS_COMPAT=
-ifneq (INSIDE_EMACS,)
+ifneq ($(INSIDE_EMACS),)
 EMACS_COMPAT=-e
 EMACS_COMPAT=-e
 endif
 endif