summaryrefslogtreecommitdiff
path: root/Makethird
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2010-06-23 15:07:18 +0200
committerTor Andersson <tor@ghostscript.com>2010-06-23 15:07:18 +0200
commitdccc859e937cedd63e5b6450f65a4d91786b5332 (patch)
tree1e409c37d4b08e367249fb0eda7164730cd959c4 /Makethird
parent25a767ac1be90d132ecb30f720bf5c5c248fc9e0 (diff)
downloadmupdf-dccc859e937cedd63e5b6450f65a4d91786b5332.tar.xz
Add special case loops for loadtile8 when pad is 1 and 3 (grayscale and rgb).
Diffstat (limited to 'Makethird')
-rw-r--r--Makethird2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makethird b/Makethird
index 39e06882..d447a9d3 100644
--- a/Makethird
+++ b/Makethird
@@ -88,7 +88,7 @@ ZLIB_SRC=$(addprefix $(zlib_dir)/, \
ZLIB_OBJ=$(ZLIB_SRC:$(zlib_dir)/%.c=$(OBJDIR)/zlib_%.o)
ZLIB_LIB=$(OBJDIR)/libz.a
$(ZLIB_LIB): $(ZLIB_OBJ)
- $(AR_CMD)
+ $(AR_CMD)
$(OBJDIR)/zlib_%.o: $(zlib_dir)/%.c
$(CC_CMD)