summaryrefslogtreecommitdiff
path: root/Libraries/LibProtocol
diff options
context:
space:
mode:
authorjoshua stein <jcs@jcs.org>2020-01-12 13:00:33 -0600
committerAndreas Kling <awesomekling@gmail.com>2020-01-15 21:52:09 +0100
commitc6c7e40bd1f707881a8fd5f6a6978b0c2e24ac2f (patch)
tree41953148da0b1899b3d8569ea9286c284f38fdd1 /Libraries/LibProtocol
parentd79de38bd22ab44c4110aed0074c3e360352e433 (diff)
downloadserenity-c6c7e40bd1f707881a8fd5f6a6978b0c2e24ac2f.zip
Build: more IPCCompiler-generated dependencies
Diffstat (limited to 'Libraries/LibProtocol')
-rw-r--r--Libraries/LibProtocol/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Libraries/LibProtocol/Makefile b/Libraries/LibProtocol/Makefile
index 3521c20a00..05714ffb88 100644
--- a/Libraries/LibProtocol/Makefile
+++ b/Libraries/LibProtocol/Makefile
@@ -4,8 +4,8 @@ OBJS = \
LIBRARY = libprotocol.a
-Download.cpp: ../../Servers/ProtocolServer/ProtocolClientEndpoint.h
-../../Servers/ProtocolServer/ProtocolClientEndpoint.h:
+Download.cpp Client.cpp: ../../Servers/ProtocolServer/ProtocolClientEndpoint.h ../../Servers/ProtocolServer/ProtocolServerEndpoint.h
+../../Servers/ProtocolServer/ProtocolClientEndpoint.h ../../Servers/ProtocolServer/ProtocolServerEndpoint.h:
@flock $(dir $(@)) $(MAKE) -C $(dir $(@))
include ../../Makefile.common