summaryrefslogtreecommitdiff
path: root/builds
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2014-02-06 20:23:49 +0100
committerWerner Lemberg <wl@gnu.org>2014-02-06 20:23:49 +0100
commitcc7d35a2971897e3e9c8faa8a23646ed394f1b55 (patch)
tree122a037c16880384dfd7552aed279a6bc7ecf8e9 /builds
parent6dce136937ab8c436413ce617ffb5ddb329f3ecc (diff)
downloadfreetype2-cc7d35a2971897e3e9c8faa8a23646ed394f1b55.tar.gz
Minor.
Diffstat (limited to 'builds')
-rw-r--r--builds/dos/detect.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/builds/dos/detect.mk b/builds/dos/detect.mk
index 700a12268..19bdeab2d 100644
--- a/builds/dos/detect.mk
+++ b/builds/dos/detect.mk
@@ -3,7 +3,7 @@
#
-# Copyright 1996-2000, 2003, 2004, 2006 by
+# Copyright 1996-2000, 2003, 2004, 2006, 2014 by
# David Turner, Robert Wilhelm, and Werner Lemberg.
#
# This file is part of the FreeType project, and may only be used, modified,
@@ -45,7 +45,7 @@ ifeq ($(PLATFORM),ansi)
endif
# We also try to recognize Dos 7.x without Windows 9X launched.
- # See builds/win32/detect.mk for explanations about the logic.
+ # See builds/windows/detect.mk for explanations about the logic.
#
ifeq ($(is_dos),)
ifdef winbootdir
@@ -124,7 +124,7 @@ ifeq ($(PLATFORM),dos)
CAT := type
# Setting COPY is a bit trickier. We can be running DJGPP on some
- # Windows NT derivatives, like XP. See builds/win32/detect.mk for
+ # Windows NT derivatives, like XP. See builds/windows/detect.mk for
# explanations why we need hacking here.
#
ifeq ($(OS),Windows_NT)