summaryrefslogtreecommitdiff
path: root/builds/compiler
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2000-11-04 23:41:02 +0000
committerWerner Lemberg <wl@gnu.org>2000-11-04 23:41:02 +0000
commit91481f8a4bc73fa0f1cd36b6a10ce632c21248aa (patch)
tree84bc2fc844445d092f71e591c0e88dd52fe65ee1 /builds/compiler
parent77fb4cedff9a97f8d5538463092dba8d623c69e8 (diff)
downloadfreetype2-91481f8a4bc73fa0f1cd36b6a10ce632c21248aa.tar.gz
Introduced $(space) in the makefiles to get rid of using the comment
separator for indicating a trailing space.
Diffstat (limited to 'builds/compiler')
-rw-r--r--builds/compiler/ansi-cc.mk2
-rw-r--r--builds/compiler/gcc-dev.mk2
-rw-r--r--builds/compiler/gcc.mk2
-rw-r--r--builds/compiler/unix-lcc.mk2
4 files changed, 4 insertions, 4 deletions
diff --git a/builds/compiler/ansi-cc.mk b/builds/compiler/ansi-cc.mk
index 3e4a1254e..3935ee527 100644
--- a/builds/compiler/ansi-cc.mk
+++ b/builds/compiler/ansi-cc.mk
@@ -50,7 +50,7 @@ L := -l
# Target flag.
#
-T := -o # Don't remove this comment line! We need the space after `-o'.
+T := -o$(space)
# C flags
diff --git a/builds/compiler/gcc-dev.mk b/builds/compiler/gcc-dev.mk
index c03b29b8f..e26ba16ac 100644
--- a/builds/compiler/gcc-dev.mk
+++ b/builds/compiler/gcc-dev.mk
@@ -50,7 +50,7 @@ L := -l
# Target flag.
#
-T := -o # Don't remove this comment line! We need the space after `-o'.
+T := -o$(space)
# C flags
diff --git a/builds/compiler/gcc.mk b/builds/compiler/gcc.mk
index 8fb4a961f..54d9696d6 100644
--- a/builds/compiler/gcc.mk
+++ b/builds/compiler/gcc.mk
@@ -50,7 +50,7 @@ L := -l
# Target flag.
#
-T := -o # Don't remove this comment line! We need the space after `-o'.
+T := -o$(space)
# C flags
diff --git a/builds/compiler/unix-lcc.mk b/builds/compiler/unix-lcc.mk
index 27394fc76..f4046de1a 100644
--- a/builds/compiler/unix-lcc.mk
+++ b/builds/compiler/unix-lcc.mk
@@ -52,7 +52,7 @@ L := -l
# Target flag.
#
-T := -o # don't remove this comment, we need a trailing space !!
+T := -o$(space)
# C flags