summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-06-04 20:34:44 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-06-04 20:34:44 (EDT)
commit4361d7f1cc5198467ae1c89504f979f30703d296 (patch)
tree2c6e04235d6c8b2f0c9859d31e70a9e9650f1c99
parent483993c24194cb4c3254e85fc81ed14fa60bb7a2 (diff)
build: Fix a sed command.
-rwxr-xr-xbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/build b/build
index 580773f..5abd464 100755
--- a/build
+++ b/build
@@ -83,6 +83,7 @@ $(build_targets): configure
"src/gcc/config/$${gcc_config_file}~" \
>"src/gcc/config/$${gcc_config_file}"; \
sed "$${gcc_config_fragment_script}" \
+ "src/gcc/config/$${gcc_config_fragment}" \
>"src/gcc/config/$${gcc_config_fragment}~"; \
mv "src/gcc/config/$${gcc_config_fragment}~" \
"src/gcc/config/$${gcc_config_fragment}"; \