Browse Source

Makefile: use variable for detecting emacs for ctags flag

Daniel-Constantin Mierla 5 years ago
parent
commit
ef19acf3a7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

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