diff options
author | Patrick 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) |
commit | 1e4c7bf5cfd3bffa55eed7673390bcf61e737449 (patch) | |
tree | 60c7d3cdc089a485a4390737c13b38a343783049 | |
parent | 18acc41244b31aecb1d6b95dffa903f76caf9147 (diff) |
build: Drop an extra "\n" in tm file
-rwxr-xr-x | build | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |