diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2009-08-10 10:16:00 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2009-08-10 10:16:00 +0200 |
commit | b92c8e30191dd757c76239076eda82d0065f2348 (patch) | |
tree | 10256b1c62f2fe346d321ec458016f384d794b65 /conf | |
parent | 54d70d3ebb20c36f483cde9d7d5b877772d4884e (diff) | |
parent | 71a9574a515613cded23b20f260a88784bcd4286 (diff) | |
download | bird-b92c8e30191dd757c76239076eda82d0065f2348.tar bird-b92c8e30191dd757c76239076eda82d0065f2348.zip |
Merge branch 'master' into dev
Diffstat (limited to 'conf')
-rw-r--r-- | conf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/Makefile b/conf/Makefile index dae3dd1..1b8bc71 100644 --- a/conf/Makefile +++ b/conf/Makefile @@ -23,7 +23,7 @@ keywords.h: $(conf-fragments) $(conf-src)/gen_keywords.m4 commands.h: $(conf-fragments) $(conf-src)/gen_commands.m4 $(srcdir)/client/cmds.m4 $(M4) -P $(conf-src)/gen_commands.m4 $(srcdir)/client/cmds.m4 $(conf-fragments) | sort >commands.h -cf-lex.c: cf-lex.l +cf-lex.c: cf-lex.l cf-parse-tab.h $(FLEX) $(FLEX_DEBUG) -s -B -8 -ocf-lex.c -Pcf_ cf-lex.l depend: keywords.h commands.h cf-parse.tab.c cf-lex.c |