summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/Makefile2
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)