summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Turner <david@freetype.org>2000-08-21 04:58:49 +0000
committerDavid Turner <david@freetype.org>2000-08-21 04:58:49 +0000
commitf95a603117672c12ff4a00e680519db17b21cf7b (patch)
tree0c1260bb56e1fc86f9f21c9f586d88c8138ef33f /Makefile
parentc38ddff8ac29a51470f05503f438038bba62bdd4 (diff)
downloadfreetype2-f95a603117672c12ff4a00e680519db17b21cf7b.tar.gz
minor updates to the "psaux" module.
Werner, please do not start re-formatting my experimental code until I declare it "finished", because I still make big changes to it that create lots of CVS conflicts.. thanks for your work, anyway :-)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4834fd405..f995853cf 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@
# It works as follows:
#
# - When invoked for the first time, this Makefile will include the rules
-# found in `freetype/config/detect.mk'. They are in charge of detecting
+# found in `freetype/builds/detect.mk'. They are in charge of detecting
# the current platform.
#
# A summary of the detection will be displayed, and the file `config.mk'
@@ -27,7 +27,7 @@
# - When invoked later, this Makefile will include the rules found in
# `config.mk'. This sub-Makefile will define some system-specific
# variables (like compiler, compilation flags, object suffix, etc.), then
-# include the rules found in `freetype/config/freetype.mk', used to build
+# include the rules found in `freetype/builds/freetype.mk', used to build
# the library.
#
# See the comments in `config/detect.mk' and `config/freetype.mk' for more