From 47e6d343270dda90e1487ce2561ddf7ad9321776 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Fri, 17 Apr 2020 17:15:21 +0200 Subject: [PATCH] Build: Fix dependencies for mxqset --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 921d3409..a758fe43 100644 --- a/Makefile +++ b/Makefile @@ -418,10 +418,10 @@ clean: CLEAN += mxqadmin.o ### mxqset.o ---------------------------------------------------------- -mxqsset.o: $(mx_mysql.h) -mxqsset.o: $(keywordset.h) -mxqkill.o: $(mxq.h) -mxqkill.o: $(mxq_group.h) +mxqset.o: $(mx_mysql.h) +mxqset.o: $(keywordset.h) +mxqset.o: $(mxq.h) +mxqset.o: $(mxq_group.h) mxqset.o: CFLAGS += $(CFLAGS_MYSQL) clean: CLEAN += mxqsset.o