diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2016-05-12 16:04:47 +0200 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2016-05-12 16:04:47 +0200 |
commit | 286e2011d22ea6914d5f2db5de3f11911a1fb663 (patch) | |
tree | 7caa6725f988f51fab0c3ba09a909c66c828b378 /client/Makefile | |
parent | 0c6dfe52369a59d7f3da8ee6bc7c505e3da5c064 (diff) |
Miscellaneous minor fixes
Diffstat (limited to 'client/Makefile')
-rw-r--r-- | client/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/Makefile b/client/Makefile index 9bdcb815..fccb8346 100644 --- a/client/Makefile +++ b/client/Makefile @@ -3,7 +3,7 @@ obj := $(src-o-files) $(all-client) -$(o)commands.c.dep: $(objdir)/conf/commands.h +$(o)commands.o: $(objdir)/conf/commands.h $(exedir)/birdc: $(o)birdc.o $(exedir)/birdc: LIBS += $(CLIENT_LIBS) |