From 720dd73eb615f6c63c74f1d5ef6d4372e39b59eb Mon Sep 17 00:00:00 2001 From: Marius Tolzmann Date: Thu, 23 Jul 2015 11:39:05 +0200 Subject: [PATCH] Makefile: mxqdump: fix dependency --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 3a18646..63d0af4 100644 --- a/Makefile +++ b/Makefile @@ -252,6 +252,7 @@ clean: CLEAN += mxq_log.o mxqdump.o: $(mx_log.h) mxqdump.o: $(mxq_util.h) +mxqdump.o: $(mx_mysql.h) mxqdump.o: $(mx_getopt.h) mxqdump.o: CFLAGS += $(CFLAGS_MYSQL)