emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/tree-sitter 57e37e9128 5/5: Fix typo in Makefile.in


From: Yuan Fu
Subject: feature/tree-sitter 57e37e9128 5/5: Fix typo in Makefile.in
Date: Mon, 10 Oct 2022 17:09:43 -0400 (EDT)

branch: feature/tree-sitter
commit 57e37e9128b4f6f9a2aae0bc25de6c208d58e5d0
Author: Daniel Martín <mardani29@yahoo.es>
Commit: Yuan Fu <casouri@gmail.com>

    Fix typo in Makefile.in
    
    * src/Makefile.in (TREE_SITTER_CFLAGS): Set the correct C flags.
---
 src/Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Makefile.in b/src/Makefile.in
index eb537e2127..0d27f3e6db 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -344,7 +344,7 @@ JSON_CFLAGS = @JSON_CFLAGS@
 JSON_OBJ = @JSON_OBJ@
 
 TREE_SITTER_LIBS = @TREE_SITTER_LIBS@
-TREE_SITTER_FLAGS = @TREE_SITTER_FLAGS@
+TREE_SITTER_CFLAGS = @TREE_SITTER_CFLAGS@
 TREE_SITTER_OBJ = @TREE_SITTER_OBJ@
 
 INTERVALS_H = dispextern.h intervals.h composite.h



reply via email to

[Prev in Thread] Current Thread [Next in Thread]