summaryrefslogtreecommitdiff
path: root/builds/unix/unix-cc.in
diff options
context:
space:
mode:
Diffstat (limited to 'builds/unix/unix-cc.in')
-rw-r--r--builds/unix/unix-cc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/builds/unix/unix-cc.in b/builds/unix/unix-cc.in
index df09e7e..a967cee 100644
--- a/builds/unix/unix-cc.in
+++ b/builds/unix/unix-cc.in
@@ -2,7 +2,7 @@
# FreeType 2 template for Unix-specific compiler definitions
#
-# Copyright 1996-2016 by
+# Copyright 1996-2017 by
# David Turner, Robert Wilhelm, and Werner Lemberg.
#
# This file is part of the FreeType project, and may only be used, modified,
@@ -99,7 +99,7 @@ LDFLAGS := @LDFLAGS@
# export symbols
#
CCraw_build := @CC_BUILD@ # native CC of building system
-E_BUILD := @EXEEXT_BUILD@ # extension for exexutable on building system
+E_BUILD := @EXEEXT_BUILD@ # extension for executable on building system
EXPORTS_LIST := $(OBJ_DIR)/ftexport.sym
CCexe := $(CCraw_build) # used to compile `apinames' only