aboutsummaryrefslogtreecommitdiffstats
path: root/daemon
diff options
context:
space:
mode:
Diffstat (limited to 'daemon')
-rw-r--r--daemon/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/makefile b/daemon/makefile
index 43498a2..ad231ab 100644
--- a/daemon/makefile
+++ b/daemon/makefile
@@ -19,7 +19,7 @@ all:$(TARGETC) $(TARGETS) $(TARGETD)
$(TARGETC): $(TARGETC).o
$(CC) $^ $(LD_FLAGS) -o $@
-$(TARGETS): $(TARGETS).o
+$(TARGETS): $(TARGETS).o daemon_aux.o
$(CC) $^ $(LD_FLAGS) -o $@
$(TARGETD): $(TARGETD).o daemon_aux.o