summaryrefslogtreecommitdiff
path: root/builds/unix/unix-dev.mk
diff options
context:
space:
mode:
authorDavid Turner <david@freetype.org>2000-07-08 00:41:13 +0000
committerDavid Turner <david@freetype.org>2000-07-08 00:41:13 +0000
commita90663f591e995bd148d7b45178c9d63a2b7eb93 (patch)
treedf5e607af7cbeeb5e594d505758dcbcb84e50973 /builds/unix/unix-dev.mk
parent7404301024208b605b0e81268469ddf3bf4cd00a (diff)
downloadfreetype2-a90663f591e995bd148d7b45178c9d63a2b7eb93.tar.gz
vast clean-up of the sources in order to allow flat
directory compilation (by defining the FT_FLAT_COMPILE macro at compile time..) moved "freetype2/BUILD" to "freetype2/docs/BUILD"
Diffstat (limited to 'builds/unix/unix-dev.mk')
-rw-r--r--builds/unix/unix-dev.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/builds/unix/unix-dev.mk b/builds/unix/unix-dev.mk
index 591ad2675..5cd5bebcd 100644
--- a/builds/unix/unix-dev.mk
+++ b/builds/unix/unix-dev.mk
@@ -22,7 +22,7 @@ endif
DELETE := rm -f
SEP := /
HOSTSEP := $(SEP)
-BUILD := $(TOP)/config/unix
+BUILD := $(TOP)/builds/unix
PLATFORM := unix
# The directory where all object files are placed.
@@ -107,7 +107,7 @@ ifdef BUILD_FREETYPE
# Now include the main sub-makefile. It contains all the rules used to
# build the library with the previous variables defined.
#
- include $(TOP)/config/freetype.mk
+ include $(TOP)/builds/freetype.mk
# The cleanup targets.
#