Skip to content

Commit

Permalink
Makefile: Let mxqsub depend on keywordset
Browse files Browse the repository at this point in the history
  • Loading branch information
donald committed Apr 15, 2020
1 parent d394af0 commit 87f136e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,7 @@ mxqsub.o: $(mxq.h)
mxqsub.o: $(mxq_group.h)
mxqsub.o: $(mxq_job.h)
mxqsub.o: $(mx_util.h)
mxqsub.o: $(keywordset.h)
mxqsub.o: CFLAGS += $(CFLAGS_MYSQL)

clean: CLEAN += mxqsub.o
Expand Down Expand Up @@ -535,6 +536,7 @@ mxqsub: mx_getopt.o
mxqsub: mx_util.o
mxqsub: mx_log.o
mxqsub: mx_mysql.o
mxqsub: keywordset.o
mxqsub: LDLIBS += $(LDLIBS_MYSQL)

build: mxqsub
Expand Down

0 comments on commit 87f136e

Please sign in to comment.