summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index c3cb5ff..b16e493 100755
--- a/build
+++ b/build
@@ -130,7 +130,7 @@ build-gcc-config:
# Set macros for executable and startup(/library) file prefixes.
printf '\n#undef %s\n#define %s "%s"\n' STANDARD_EXEC_PREFIX \
STANDARD_EXEC_PREFIX "$(tgtlibdir)/" >>"$(tm)/$(tm_file)"
- printf '\n#undef %s\n#define %s "%s"\n' STANDARD_LIBEXEC_PREFIX \
+ printf '#undef %s\n#define %s "%s"\n' STANDARD_LIBEXEC_PREFIX \
STANDARD_LIBEXEC_PREFIX "$(gccexedir)/" >>"$(tm)/$(tm_file)"
[ -e "$(tm)/$(tmake_file).orig" ] || \
mv "$(tm)/$(tmake_file)" "$(tm)/$(tmake_file).orig"