Fix use of config.sh in example
This commit is contained in:
parent
f6ea1fd76b
commit
6819010401
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ redo-ifchange config.sh
|
||||||
exec >$3
|
exec >$3
|
||||||
cat <<-EOF
|
cat <<-EOF
|
||||||
redo-ifchange \$1.c
|
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)
|
DEPS=\$(sed -e "s/^\$3://" -e 's/\\\\//g' <\$3.deps.tmp)
|
||||||
rm -f \$3.deps.tmp
|
rm -f \$3.deps.tmp
|
||||||
redo-ifchange \$DEPS
|
redo-ifchange \$DEPS
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue