2
0
Эх сурвалжийг харах

Makefile: use variable for detecting emacs for ctags flag

Daniel-Constantin Mierla 5 жил өмнө
parent
commit
ef19acf3a7
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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