summaryrefslogtreecommitdiff
path: root/src/local.mk
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2019-01-23 19:32:02 +0100
committerAkim Demaille <akim.demaille@gmail.com>2019-01-26 16:16:47 +0100
commitc3c50c00302e250c07b1b5b4fa2f00d650084a9f (patch)
treef051595a477d86606b1255c348da88a22ba09234 /src/local.mk
parente85ab7ac9b93245d60621ad2b282f2861e55cc21 (diff)
downloadbison-c3c50c00302e250c07b1b5b4fa2f00d650084a9f.tar.gz
style: rename print_graph.* as print-graph.*
These are the only files with _. * src/print_graph.h, src/print_graph.c: Rename as... * src/print-graph.h, src/print-graph.c: these.
Diffstat (limited to 'src/local.mk')
-rw-r--r--src/local.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/local.mk b/src/local.mk
index 7d0862b4..b6161fbb 100644
--- a/src/local.mk
+++ b/src/local.mk
@@ -55,10 +55,10 @@ src_bison_SOURCES = \
src/gram.h \
src/graphviz.c \
src/graphviz.h \
- src/lalr.c \
- src/lalr.h \
src/ielr.c \
src/ielr.h \
+ src/lalr.c \
+ src/lalr.h \
src/location.c \
src/location.h \
src/main.c \
@@ -71,12 +71,12 @@ src_bison_SOURCES = \
src/output.c \
src/output.h \
src/parse-gram.y \
+ src/print-graph.c \
+ src/print-graph.h \
src/print-xml.c \
src/print-xml.h \
src/print.c \
src/print.h \
- src/print_graph.c \
- src/print_graph.h \
src/reader.c \
src/reader.h \
src/reduce.c \