diff options
author | Maria Matejka <mq@ucw.cz> | 2019-02-11 15:27:47 +0100 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2019-02-20 22:30:54 +0100 |
commit | 75206f266f8534367b88401be463953b7d5dc770 (patch) | |
tree | 73457aa0cccbf0431728472ef1816de09ec74b78 /client | |
parent | 4f082dfa892e95f86ca8137410992a248110b6ef (diff) |
Conf: Fixed makefiles
Diffstat (limited to 'client')
-rw-r--r-- | client/Makefile | 1 | ||||
-rw-r--r-- | client/cmds.Y (renamed from client/cmds.m4) | 0 |
2 files changed, 1 insertions, 0 deletions
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.m4 b/client/cmds.Y index 1cbb4f92..1cbb4f92 100644 --- a/client/cmds.m4 +++ b/client/cmds.Y |