--- a/ui/Makefile Sat Apr 15 15:42:31 2023 +0200
+++ b/ui/Makefile Sat Apr 15 15:45:42 2023 +0200
@@ -43,5 +43,5 @@
include $(TOOLKIT)/Makefile
$(COMMON_OBJPRE)%.o: common/%.c
- $(CC) -o $@ -c -I../ucx $(CFLAGS) $(TK_CFLAGS) $<
+ $(CC) -o $@ -c $(CFLAGS) $(TK_CFLAGS) $<