summaryrefslogtreecommitdiff
path: root/Makerules
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2010-06-15 13:55:15 +0200
committerTor Andersson <tor@ghostscript.com>2010-06-15 13:55:15 +0200
commit4cf108389b0dbd1eae7a8555e5bddae964d5155d (patch)
tree30cc4c357acb2ec07211a873d3bbecfc14915e1c /Makerules
parent7ce4682fac372835bcc06a662c057132e8431a2a (diff)
downloadmupdf-4cf108389b0dbd1eae7a8555e5bddae964d5155d.tar.xz
Add THIRD_INCS to CFLAGS after it has been set, not before.
Diffstat (limited to 'Makerules')
-rw-r--r--Makerules2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makerules b/Makerules
index 7d0cf1ba..80aa17f7 100644
--- a/Makerules
+++ b/Makerules
@@ -4,7 +4,7 @@ OS := $(shell uname)
OS := $(OS:MINGW%=MINGW)
LIBS := -lfreetype -ljbig2dec -lopenjpeg -ljpeg -lz -lm
-CFLAGS := -Wall --std=gnu99 -Ifitz -Imupdf $(THIRD_INCS)
+CFLAGS := -Wall --std=gnu99 -Ifitz -Imupdf
LDFLAGS =
CC = cc
LD = $(CC)