aboutsummaryrefslogtreecommitdiffstats
path: root/out/CC.do
diff options
context:
space:
mode:
Diffstat (limited to 'out/CC.do')
-rw-r--r--out/CC.do4
1 files changed, 2 insertions, 2 deletions
diff --git a/out/CC.do b/out/CC.do
index 3191b61..c5e2d10 100644
--- a/out/CC.do
+++ b/out/CC.do
@@ -3,8 +3,8 @@ redo-ifchange config.sh
exec >$3
cat <<-EOF
- redo-ifchange \$SRCDIR/\$2.c
- temp=\$($CC $CFLAGS -MD -MF /dev/fd/1 -o \$3 -c \$SRCDIR/\$2.c)
+ 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
EOF
chmod +x $3