Skip to content

Commit

Permalink
mxqsub: Remove build dependency to mxq_mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
mariux committed May 21, 2015
1 parent 1dc2db8 commit af7dac7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,6 @@ mxqsub.o: $(mx_getopt.h)
mxqsub.o: $(mxq_util.h)
mxqsub.o: $(mx_util.h)
mxqsub.o: $(mx_log.h)
mxqsub.o: $(mxq_mysql.h)
mxqsub.o: $(mx_mysql.h)
mxqsub.o: CFLAGS += $(CFLAGS_MYSQL)
mxqsub.o: CFLAGS += $(CFLAGS_MXQ_MYSQL_DEFAULT_FILE)
Expand Down Expand Up @@ -374,7 +373,6 @@ install:: mxqd
### mxqsub ------------------------------------------------------------

mxqsub: mx_getopt.o
mxqsub: mxq_mysql.o
mxqsub: mxq_util.o
mxqsub: mx_util.o
mxqsub: mx_log.o
Expand Down
1 change: 1 addition & 0 deletions mxqsub.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

#include "mxq_util.h"

#include "mx_log.h"
#include "mx_util.h"
#include "mx_getopt.h"
#include "mx_mysql.h"
Expand Down

0 comments on commit af7dac7

Please sign in to comment.