ref: 41806113ac664e7c722bc18a6158e7837f577018
parent: ebe7cc6cf1f6fea3b8b70bebbf9dbeaa32358a82
author: Jacob Moody <moody@posixcafe.org>
date: Thu Jan 26 14:02:10 EST 2023
gui-wl: mark generated header files as required This stops concurrent make from failing sometimes.
--- a/gui-wl/Makefile
+++ b/gui-wl/Makefile
@@ -49,6 +49,8 @@
xdg-primary-selection-protocol.h:
wayland-scanner client-header < $(XDG_PRIMSEL) > $@ || { rm -f $@; exit 1; }
+wl-cb.$O: $(HFILES)
+
default: $(LIB)
$(LIB): $(HFILES) $(OFILES)
$(AR) r $(LIB) $(OFILES)