Explorar o código

Makefile: use variable for detecting emacs for ctags flag

Daniel-Constantin Mierla %!s(int64=5) %!d(string=hai) anos
pai
achega
ef19acf3a7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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