summaryrefslogtreecommitdiff
path: root/pdf/pdf.mak
diff options
context:
space:
mode:
authorChris Liddell <chris.liddell@artifex.com>2022-02-03 15:02:42 +0000
committerChris Liddell <chris.liddell@artifex.com>2022-02-03 15:02:42 +0000
commit670dc3a77bd2890c0f699c00244fb28ad600adf3 (patch)
tree7d7333bae7c8170590e4de4f43a2b80f5f04bf0d /pdf/pdf.mak
parent8ad04c2f6c0f3bb6d01e994ef607bc2ddc8f5be1 (diff)
downloadghostpdl-670dc3a77bd2890c0f699c00244fb28ad600adf3.tar.gz
Fix missing dependency on gsgstate.h
Diffstat (limited to 'pdf/pdf.mak')
-rw-r--r--pdf/pdf.mak4
1 files changed, 2 insertions, 2 deletions
diff --git a/pdf/pdf.mak b/pdf/pdf.mak
index ecd0a75ed..fea21e27b 100644
--- a/pdf/pdf.mak
+++ b/pdf/pdf.mak
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2021 Artifex Software, Inc.
+# Copyright (C) 2018-2022 Artifex Software, Inc.
# All Rights Reserved.
#
# This software is provided AS-IS with no warranty, either express or
@@ -211,7 +211,7 @@ $(PDFOBJ)pdf_loop_detect.$(OBJ): $(PDFSRC)pdf_loop_detect.c $(PDFINCLUDES) $(PDF
$(PDFCCC) $(PDFSRC)pdf_loop_detect.c $(PDFO_)pdf_loop_detect.$(OBJ)
$(PDFOBJ)pdf_int.$(OBJ): $(PDFSRC)pdf_int.c $(PDFINCLUDES) $(plmain_h) \
- $(stream_h) $(strmio_h) $(PDF_MAK) $(MAKEDIRS)
+ $(stream_h) $(strmio_h) $(gsgstate_h) $(PDF_MAK) $(MAKEDIRS)
$(PDFCCC) $(PDFSRC)pdf_int.c $(PDFO_)pdf_int.$(OBJ)
$(PDFOBJ)pdf_file_luratech.$(OBJ): $(PDFSRC)pdf_file.c $(sjpeg_h) $(stream_h) $(strimpl_h) \