summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2010-06-14 12:15:43 +0200
committerTor Andersson <tor@ghostscript.com>2010-06-14 12:15:43 +0200
commit7ce4682fac372835bcc06a662c057132e8431a2a (patch)
tree70957c14e4489b06d17e29c21af93b43fda49da4 /Makefile
parent0f9722d6a9351b4a89a1ce27dcd7173db87a74ef (diff)
downloadmupdf-7ce4682fac372835bcc06a662c057132e8431a2a.tar.xz
Include Makerules and Makethird in the correct order.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index cbe66868..ff34b11c 100644
--- a/Makefile
+++ b/Makefile
@@ -21,16 +21,17 @@ ifneq "$(pregen)" ""
GENDIR := $(pregen)
endif
-# Include makefile for third party libraries.
-# They will only be built if the thirdparty directory exists.
-
--include Makethird
-
# Compiler flags and configuration options are kept in a separate file.
# This file includes some tests based on variables set by Makethird.
-include Makerules
+# Include makefile for third party libraries.
+# They will only be built if the thirdparty directory exists.
+# This changes some variables initially set in Makerules.
+
+-include Makethird
+
#
# Build commands
#