From 74c5d97181f56ec9164c4a4f2559040c0535d3ef Mon Sep 17 00:00:00 2001 From: fwsmit Date: Tue, 24 Nov 2020 15:31:59 +0100 Subject: [PATCH] Fix Makefile --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0e7258b..9e66e99 100644 --- a/Makefile +++ b/Makefile @@ -72,7 +72,7 @@ ${OBJ} ${TEST_OBJ}: Makefile config.mk %.o: %.c ${CC} -o $@ -c $< ${CFLAGS} -dunst: ${OBJ} main.o wayland-protocols +dunst: wayland-protocols ${OBJ} main.o ${CC} -o ${@} ${OBJ} main.o ${CFLAGS} ${LDFLAGS} dunstify: dunstify.o @@ -135,7 +135,6 @@ endif wayland-protocols: src/wayland/protocols/wlr-layer-shell-unstable-v1.xml mkdir -p src/wayland/protocols - # wayland-scanner client-header ${DATA_DIR_WAYLAND_PROTOCOLS}/stable/xdg-shell/xdg-shell.xml src/wayland/protocols/xdg-shell-client-header.h wayland-scanner private-code ${DATA_DIR_WAYLAND_PROTOCOLS}/stable/xdg-shell/xdg-shell.xml src/wayland/protocols/xdg-shell.h wayland-scanner client-header ${DATA_DIR_WAYLAND_PROTOCOLS}/stable/xdg-shell/xdg-shell.xml src/wayland/protocols/xdg-shell-client-header.h wayland-scanner client-header ${DATA_DIR_WAYLAND_PROTOCOLS}/unstable/xdg-output/xdg-output-unstable-v1.xml src/wayland/protocols/xdg-output-unstable-v1-client-header.h