From 874c9735f10ffbc8b549ee9acea4c6653088f968 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Thu, 16 Dec 2021 14:27:08 +0100 Subject: [PATCH] Makefile: test_mxqd_control depends on parser.tab.o --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 34bbd098..c7ab9577 100644 --- a/Makefile +++ b/Makefile @@ -727,6 +727,7 @@ test_mxqd_control: mx_util.o test_mxqd_control: mx_mysql.o test_mxqd_control: mxq_group.o test_mxqd_control: keywordset.o +test_mxqd_control: parser.tab.o test_mxqd_control: LDLIBS += $(LDLIBS_MYSQL) clean: CLEAN += test_mxqd_control