aboutsummaryrefslogtreecommitdiffstats
path: root/out/CC.do
diff options
context:
space:
mode:
Diffstat (limited to 'out/CC.do')
-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