summaryrefslogtreecommitdiff
path: root/builds/toplevel.mk
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2014-02-08 11:34:33 +0100
committerWerner Lemberg <wl@gnu.org>2014-02-08 11:34:33 +0100
commitab98c5e73b4c4a6eed88dbc6338225012cd72a3e (patch)
tree65504d14fe6a467ccdfeed41d9afe65534af93e9 /builds/toplevel.mk
parenta8ceae4008db225cbe388a4b773f7010162907c7 (diff)
downloadfreetype2-ab98c5e73b4c4a6eed88dbc6338225012cd72a3e.tar.gz
Fix Windows build directories.
The build target is now `windows' instead of `win32'. Problem reported by Nickolas George <darknova.clan@gmail.com>. * builds/modules.mk: Don't use `win32' and `win16' (!) but `windows'. * builds/windows/detect.mk, builds/windows/win32-def.mk: s/win32/windows/.
Diffstat (limited to 'builds/toplevel.mk')
-rw-r--r--builds/toplevel.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/builds/toplevel.mk b/builds/toplevel.mk
index 968202853..812750ac5 100644
--- a/builds/toplevel.mk
+++ b/builds/toplevel.mk
@@ -3,7 +3,7 @@
#
-# Copyright 1996-2001, 2003, 2006, 2008-2010, 2012, 2013 by
+# Copyright 1996-2001, 2003, 2006, 2008-2010, 2012-2014 by
# David Turner, Robert Wilhelm, and Werner Lemberg.
#
# This file is part of the FreeType project, and may only be used, modified,
@@ -112,10 +112,10 @@ ifdef check_platform
include $(TOP_DIR)/builds/detect.mk
- # This rule makes sense for Unix only to remove files created by a run
- # of the configure script which hasn't been successful (so that no
+ # This rule makes sense for Unix only to remove files created by a run of
+ # the configure script which hasn't been successful (so that no
# `config.mk' has been created). It uses the built-in $(RM) command of
- # GNU make. Similarly, `nul' is created if e.g. `make setup win32' has
+ # GNU make. Similarly, `nul' is created if e.g. `make setup windows' has
# been erroneously used.
#
# Note: This test is duplicated in `builds/unix/detect.mk'.