Skip to content

Commit

Permalink
Makefile: Add missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
donald committed Dec 20, 2023
1 parent 97577ed commit 3a36b64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,7 @@ mxqd.o: $(mxq_job.h)
mxqd.o: $(mx_mysql.h)
mxqd.o: $(keywordset.h)
mxqd.o: $(ppidcache.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

0 comments on commit 3a36b64

Please sign in to comment.