diff options
author | Maria Matejka <mq@ucw.cz> | 2019-03-18 12:54:40 +0100 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2019-03-18 12:54:40 +0100 |
commit | 8d65add626b34256879a3e83855af3c0fa8ce4e7 (patch) | |
tree | dafa110c47bc328f4006d4298fd641e8210381b4 /client | |
parent | 2f02c25e36f3946019c24dafe9b894a9e195350d (diff) | |
parent | 5d511948cddee415c2f0f1103bda0468a193f2d6 (diff) |
Merge branch 'master' into HEAD
Diffstat (limited to 'client')
-rw-r--r-- | client/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/client/Makefile b/client/Makefile index c91a30e0..4f972815 100644 --- a/client/Makefile +++ b/client/Makefile @@ -4,8 +4,6 @@ obj := $(src-o-files) $(all-client) $(conf-y-targets): $(s)cmds.Y -$(o)commands.o: $(objdir)/conf/commands.h - $(exedir)/birdc: $(o)birdc.o $(exedir)/birdc: LIBS += $(CLIENT_LIBS) |