Skip to content

Commit

Permalink
Makefile: Let mxqd depend on parser.tab
Browse files Browse the repository at this point in the history
  • Loading branch information
donald committed Apr 19, 2020
1 parent 4850634 commit 4761df0
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 @@ -488,6 +488,7 @@ mxqd.o: $(mxq_group.h)
mxqd.o: $(mxq_job.h)
mxqd.o: $(mx_mysql.h)
mxqd.o: $(keywordset.h)
mxqd.o: parser.tab.h
mxqd.o: CFLAGS += $(CFLAGS_MYSQL)
mxqd.o: CFLAGS += $(CFLAGS_MXQ_INITIAL_PATH)
mxqd.o: CFLAGS += $(CFLAGS_MXQ_INITIAL_TMPDIR)
Expand Down Expand Up @@ -534,6 +535,7 @@ mxqd: mxq_job.o
mxqd: mx_mysql.o
mxqd: mxqd_control.o
mxqd: keywordset.o
mxqd: parser.tab.o
mxqd: LDLIBS += $(LDLIBS_MYSQL)

build: mxqd
Expand Down

0 comments on commit 4761df0

Please sign in to comment.