Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Makefile: Add missing dependeny
  • Loading branch information
donald committed Nov 2, 2023
1 parent 97577ed commit b8de1c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
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 b8de1c2

Please sign in to comment.