summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-05-20 18:18:41 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-05-20 18:18:41 (EDT)
commit1e4c7bf5cfd3bffa55eed7673390bcf61e737449 (patch)
tree60c7d3cdc089a485a4390737c13b38a343783049
parent18acc41244b31aecb1d6b95dffa903f76caf9147 (diff)
build: Drop an extra "\n" in tm file
-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"