Alphabetical order in src/local.mk.

* src/local.mk: Adjust.
This commit is contained in:
Alex Rozenman
2009-07-04 22:55:04 +03:00
parent f7c0fe197b
commit 629e4def0c
2 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
2009-07-04 Alex Rozenman <rozenman@gmail.com>
Alphabetical order in src/local.mk.
* src/local.mk: Adjust.
2009-07-04 Alex Rozenman <rozenman@gmail.com>
Style changes and factoring.

View File

@@ -70,6 +70,8 @@ src_bison_SOURCES = \
src/main.c \
src/muscle-tab.c \
src/muscle-tab.h \
src/named-ref.c \
src/named-ref.h \
src/nullable.c \
src/nullable.h \
src/output.c \
@@ -104,9 +106,7 @@ src_bison_SOURCES = \
src/tables.c \
src/tables.h \
src/uniqstr.c \
src/uniqstr.h \
src/named-ref.c \
src/named-ref.h
src/uniqstr.h
EXTRA_src_bison_SOURCES = \
src/scan-code.l \