summaryrefslogtreecommitdiffstats
path: root/conf/Makefile
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2000-03-13 00:04:04 +0100
committerMartin Mares <mj@ucw.cz>2000-03-13 00:04:04 +0100
commitabf2be7d0cabc3c8c021b6f6784cf63610571715 (patch)
treeca92503aff76b9bc7ca19e0c3e79905060fa1a17 /conf/Makefile
parent971b2310ae4d367d608e34e9465ad5d2c65e505d (diff)
downloadbird-abf2be7d0cabc3c8c021b6f6784cf63610571715.tar
bird-abf2be7d0cabc3c8c021b6f6784cf63610571715.zip
Add internal commands of the client to the command list.
Diffstat (limited to 'conf/Makefile')
-rw-r--r--conf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/Makefile b/conf/Makefile
index 853cd83..9dff458 100644
--- a/conf/Makefile
+++ b/conf/Makefile
@@ -20,8 +20,8 @@ cf-parse.y: $(conf-fragments) $(conf-src)/gen_parser.m4
keywords.h: $(conf-fragments) $(conf-src)/gen_keywords.m4
$(M4) -P $(conf-src)/gen_keywords.m4 $(conf-fragments) >keywords.h
-commands.h: $(conf-fragments) $(conf-src)/gen_commands.m4
- $(M4) -P $(conf-src)/gen_commands.m4 $(conf-fragments) | sort >commands.h
+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
$(FLEX) $(FLEX_DEBUG) -sB8 -ocf-lex.c -Pcf_ cf-lex.l