summaryrefslogtreecommitdiff
path: root/Servers/ProtocolServer/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Servers/ProtocolServer/Makefile')
-rw-r--r--Servers/ProtocolServer/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Servers/ProtocolServer/Makefile b/Servers/ProtocolServer/Makefile
index b4e434345d..4a8ff50129 100644
--- a/Servers/ProtocolServer/Makefile
+++ b/Servers/ProtocolServer/Makefile
@@ -12,10 +12,10 @@ LIB_DEPS = Core IPC
*.cpp: ProtocolServerEndpoint.h ProtocolClientEndpoint.h
-ProtocolServerEndpoint.h: ProtocolServer.ipc IPCCOMPILER
+ProtocolServerEndpoint.h: ProtocolServer.ipc | IPCCOMPILER
@echo "IPC $<"; $(IPCCOMPILER) $< > $@
-ProtocolClientEndpoint.h: ProtocolClient.ipc IPCCOMPILER
+ProtocolClientEndpoint.h: ProtocolClient.ipc | IPCCOMPILER
@echo "IPC $<"; $(IPCCOMPILER) $< > $@
include ../../Makefile.common