From 75206f266f8534367b88401be463953b7d5dc770 Mon Sep 17 00:00:00 2001 From: Maria Matejka Date: Mon, 11 Feb 2019 15:27:47 +0100 Subject: Conf: Fixed makefiles --- client/Makefile | 1 + client/cmds.Y | 11 +++++++++++ client/cmds.m4 | 11 ----------- 3 files changed, 12 insertions(+), 11 deletions(-) create mode 100644 client/cmds.Y delete mode 100644 client/cmds.m4 (limited to 'client') diff --git a/client/Makefile b/client/Makefile index fccb8346..c91a30e0 100644 --- a/client/Makefile +++ b/client/Makefile @@ -2,6 +2,7 @@ src := commands.c util.c client.c obj := $(src-o-files) $(all-client) +$(conf-y-targets): $(s)cmds.Y $(o)commands.o: $(objdir)/conf/commands.h diff --git a/client/cmds.Y b/client/cmds.Y new file mode 100644 index 00000000..1cbb4f92 --- /dev/null +++ b/client/cmds.Y @@ -0,0 +1,11 @@ +# +# BIRD -- Internal Commands Of The Client +# +# (c) 2000 Martin Mares +# +# Can be freely distributed and used under the terms of the GNU GPL. +# + +CF_CLI(QUIT,,, [[Quit the client]]) +CF_CLI(EXIT,,, [[Exit the client]]) +CF_CLI(HELP,,, [[Description of the help system]]) diff --git a/client/cmds.m4 b/client/cmds.m4 deleted file mode 100644 index 1cbb4f92..00000000 --- a/client/cmds.m4 +++ /dev/null @@ -1,11 +0,0 @@ -# -# BIRD -- Internal Commands Of The Client -# -# (c) 2000 Martin Mares -# -# Can be freely distributed and used under the terms of the GNU GPL. -# - -CF_CLI(QUIT,,, [[Quit the client]]) -CF_CLI(EXIT,,, [[Exit the client]]) -CF_CLI(HELP,,, [[Description of the help system]]) -- cgit v1.2.3