diff options
author | joshua stein <jcs@jcs.org> | 2020-01-12 13:00:33 -0600 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2020-01-15 21:52:09 +0100 |
commit | c6c7e40bd1f707881a8fd5f6a6978b0c2e24ac2f (patch) | |
tree | 41953148da0b1899b3d8569ea9286c284f38fdd1 /Libraries/LibProtocol | |
parent | d79de38bd22ab44c4110aed0074c3e360352e433 (diff) | |
download | serenity-c6c7e40bd1f707881a8fd5f6a6978b0c2e24ac2f.zip |
Build: more IPCCompiler-generated dependencies
Diffstat (limited to 'Libraries/LibProtocol')
-rw-r--r-- | Libraries/LibProtocol/Makefile | 4 |
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 |