Fix use of config.sh in example

This commit is contained in:
Ryan Kuester 2011-01-10 22:32:39 -06:00
commit 6819010401

View file

@ -3,7 +3,7 @@ redo-ifchange config.sh
exec >$3
cat <<-EOF
redo-ifchange \$1.c
gcc -MD -MF \$3.deps.tmp -o \$3 -c \$1.c
gcc $CFLAGS -MD -MF \$3.deps.tmp -o \$3 -c \$1.c
DEPS=\$(sed -e "s/^\$3://" -e 's/\\\\//g' <\$3.deps.tmp)
rm -f \$3.deps.tmp
redo-ifchange \$DEPS