diff options
Diffstat (limited to 'Servers/WindowServer')
-rw-r--r-- | Servers/WindowServer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Servers/WindowServer/Makefile b/Servers/WindowServer/Makefile index 508c7de1bd..1ba3e8ae92 100644 --- a/Servers/WindowServer/Makefile +++ b/Servers/WindowServer/Makefile @@ -22,10 +22,10 @@ LIB_DEPS = Draw Core Thread Pthread IPC *.cpp: WindowServerEndpoint.h WindowClientEndpoint.h -WindowServerEndpoint.h: WindowServer.ipc IPCCOMPILER +WindowServerEndpoint.h: WindowServer.ipc | IPCCOMPILER @echo "IPC $<"; $(IPCCOMPILER) $< > $@ -WindowClientEndpoint.h: WindowClient.ipc IPCCOMPILER +WindowClientEndpoint.h: WindowClient.ipc | IPCCOMPILER @echo "IPC $<"; $(IPCCOMPILER) $< > $@ EXTRA_CLEAN = WindowServerEndpoint.h WindowClientEndpoint.h |