aboutsummaryrefslogtreecommitdiffstats
path: root/out
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2014-11-24 12:08:03 +0100
committerTharre <tharre3@gmail.com>2014-11-24 12:08:03 +0100
commit3d694ca9a612e46b00fb30202ab258892a1e83e0 (patch)
treee9c352a40c7c80cbe8423de4c38627ab9358e903 /out
parent534b1878d3437eab1c50995570007e6604f5be67 (diff)
downloadredo-3d694ca9a612e46b00fb30202ab258892a1e83e0.tar.gz
redo-3d694ca9a612e46b00fb30202ab258892a1e83e0.tar.xz
redo-3d694ca9a612e46b00fb30202ab258892a1e83e0.zip
Fix bug in CC.do.
Diffstat (limited to 'out')
-rw-r--r--out/CC.do2
1 files changed, 1 insertions, 1 deletions
diff --git a/out/CC.do b/out/CC.do
index bf1a46f..3191b61 100644
--- a/out/CC.do
+++ b/out/CC.do
@@ -5,6 +5,6 @@ exec >$3
cat <<-EOF
redo-ifchange \$SRCDIR/\$2.c
temp=\$($CC $CFLAGS -MD -MF /dev/fd/1 -o \$3 -c \$SRCDIR/\$2.c)
- echo $temp | sed 's/^[^:]*://g' | sed 's/ \\\\$//g' | xargs redo-ifchange
+ echo \$temp | sed 's/^[^:]*://g' | sed 's/ \\\\//g' | xargs redo-ifchange
EOF
chmod +x $3