Skip to content

Commit

Permalink
Build: Fix dependencies for mxqset
Browse files Browse the repository at this point in the history
  • Loading branch information
donald committed Apr 19, 2020
1 parent edc5bd6 commit 47e6d34
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 47e6d34

Please sign in to comment.