Sfoglia il codice sorgente

Makefile: use variable for detecting emacs for ctags flag

(cherry picked from commit ef19acf3a79a804a47238daf1f6d4794f1d82a5e)
Daniel-Constantin Mierla 5 anni fa
parent
commit
880f1d433e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Makefile

+ 1 - 1
Makefile

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