summaryrefslogtreecommitdiff
path: root/builds/os2/os2-gcc.mk
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2000-09-22 21:23:29 +0000
committerWerner Lemberg <wl@gnu.org>2000-09-22 21:23:29 +0000
commitbd547dc6e38cf5ff349379654eed90adc2bc5a17 (patch)
tree63c3d3f3ccd489506cf1a7036367810881bd0eeb /builds/os2/os2-gcc.mk
parentf50c2954d4706af4762f7f40c6e933bcef507528 (diff)
downloadfreetype2-bd547dc6e38cf5ff349379654eed90adc2bc5a17.tar.gz
Clean up, formatting etc.
Fixing rules for installing cache headers on Unix. Updating builds/unix/ftconfig.in.
Diffstat (limited to 'builds/os2/os2-gcc.mk')
-rw-r--r--builds/os2/os2-gcc.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/builds/os2/os2-gcc.mk b/builds/os2/os2-gcc.mk
index 9694aee27..7e57b60ee 100644
--- a/builds/os2/os2-gcc.mk
+++ b/builds/os2/os2-gcc.mk
@@ -41,7 +41,7 @@ endif
# The directory where all library files are placed.
#
-# By default, this is the same as $(OBJ_DIR), however, this can be changed
+# By default, this is the same as $(OBJ_DIR); however, this can be changed
# to suit particular needs.
#
LIB_DIR := $(OBJ_DIR)
@@ -53,6 +53,7 @@ LIB_DIR := $(OBJ_DIR)
O := o
SO := o
+
# The library file extension (for standard and static libraries). This can
# be .a, .lib, etc., depending on the platform.
#
@@ -73,7 +74,7 @@ I := -I
# C flag used to define a macro before the compilation of a given source
-# object. Usually is `-D' like in `-DDEBUG'.
+# object. Usually it is `-D' like in `-DDEBUG'.
#
D := -D