diff options
author | Maria Matejka <mq@ucw.cz> | 2019-03-15 15:07:00 +0100 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2019-03-18 12:32:11 +0100 |
commit | 5d511948cddee415c2f0f1103bda0468a193f2d6 (patch) | |
tree | 7e3d0dd844f93686c43fb9f8db787caa38f7b1b0 /client | |
parent | 875cc073b067f295cccc668008e10218f8e98dd3 (diff) |
Build: Automatic dependency tracking for generated files
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 fccb8346..933ae9de 100644 --- a/client/Makefile +++ b/client/Makefile @@ -3,8 +3,6 @@ obj := $(src-o-files) $(all-client) -$(o)commands.o: $(objdir)/conf/commands.h - $(exedir)/birdc: $(o)birdc.o $(exedir)/birdc: LIBS += $(CLIENT_LIBS) |