From 1e4c7bf5cfd3bffa55eed7673390bcf61e737449 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Mon, 20 May 2019 18:18:41 -0400 Subject: build: Drop an extra "\n" in tm file --- 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" -- cgit v0.9.1