summaryrefslogtreecommitdiff
path: root/builds/toplevel.mk
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2008-05-15 09:14:39 +0000
committerWerner Lemberg <wl@gnu.org>2008-05-15 09:14:39 +0000
commitbcfcc71d299c01137cdc4c6522c3645e197cab36 (patch)
tree9f0ed6b6aeb335af747748a8ebb4b70eb2131d0f /builds/toplevel.mk
parent2d7389992521aa8c8841f4004f07695931e440de (diff)
downloadfreetype2-bcfcc71d299c01137cdc4c6522c3645e197cab36.tar.gz
* builds/toplevel.mk (CONFIG_GUESS, CONFIG_SUB): Updated.
Diffstat (limited to 'builds/toplevel.mk')
-rw-r--r--builds/toplevel.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/builds/toplevel.mk b/builds/toplevel.mk
index d5ca530a3..57b5ca56c 100644
--- a/builds/toplevel.mk
+++ b/builds/toplevel.mk
@@ -3,7 +3,7 @@
#
-# Copyright 1996-2000, 2001, 2003, 2006 by
+# Copyright 1996-2000, 2001, 2003, 2006, 2008 by
# David Turner, Robert Wilhelm, and Werner Lemberg.
#
# This file is part of the FreeType project, and may only be used, modified,
@@ -222,8 +222,8 @@ dist:
# The locations of the latest `config.guess' and `config.sub' versions (from
# GNU `config' CVS), relative to the `tmp' directory used during `make dist'.
#
-CONFIG_GUESS = ../../../config/config.guess
-CONFIG_SUB = ../../../config/config.sub
+CONFIG_GUESS = ~/git/config/config.guess
+CONFIG_SUB = ~/git/config/config.sub
# Don't say `make do-dist'. Always use `make dist' instead.