summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2017-07-14 14:17:23 +0200
committerRobin Watts <robin.watts@artifex.com>2017-07-17 19:32:06 +0100
commit3ef06faf300d7a840ecd66a8861c5bda585fc020 (patch)
tree1cc7ea9d2dd4efd7e5e913f32385e1335f7b41ce /Makefile
parentefabbbe651d4bdd24ced305368215ef59230a6de (diff)
downloadmupdf-3ef06faf300d7a840ecd66a8861c5bda585fc020.tar.xz
Temporary fix for nasty header file dependencies
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 42416233..e6236a57 100644
--- a/Makefile
+++ b/Makefile
@@ -155,6 +155,7 @@ THREAD_OBJ := $(THREAD_SRC:%.c=$(OUT)/%.o)
$(FITZ_OBJ) : $(FITZ_HDR) $(FITZ_SRC_HDR)
$(PDF_OBJ) : $(FITZ_HDR) $(PDF_HDR) $(PDF_SRC_HDR)
+$(PDF_OBJ) : $(FITZ_SRC_HDR) # ugh, ugly hack for colorspace-imp.h
$(XPS_OBJ) : $(FITZ_HDR) $(XPS_HDR) $(XPS_SRC_HDR)
$(SVG_OBJ) : $(FITZ_HDR) $(SVG_HDR) $(SVG_SRC_HDR)
$(CBZ_OBJ) : $(FITZ_HDR) $(CBZ_HDR) $(CBZ_SRC_HDR)