From 629e4def0cb850ad38acfd66194ed591e3d3d489 Mon Sep 17 00:00:00 2001 From: Alex Rozenman Date: Sat, 4 Jul 2009 22:55:04 +0300 Subject: [PATCH] Alphabetical order in src/local.mk. * src/local.mk: Adjust. --- ChangeLog | 5 +++++ src/local.mk | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 19f68b2c..5a7c2ac5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-07-04 Alex Rozenman + + Alphabetical order in src/local.mk. + * src/local.mk: Adjust. + 2009-07-04 Alex Rozenman Style changes and factoring. diff --git a/src/local.mk b/src/local.mk index 9ee1824a..7351b275 100644 --- a/src/local.mk +++ b/src/local.mk @@ -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 \ -- 2.45.2