Kaydet (Commit) 89910656 authored tarafından Guido van Rossum's avatar Guido van Rossum

makesetup should use $cc not cc

üst 6493389a
......@@ -163,7 +163,7 @@ sed -e 's/[ ]*#.*//' -e '/^[ ]*$/d' |
*) src='$(srcdir)/'$src;;
esac
case $doconfig in
no) cc="cc \$(CCSHARED)";;
no) cc="$cc \$(CCSHARED)";;
esac
rule="$obj: $src; $cc \$(CFLAGS) $cpps -c $src"
echo "$rule" >>$rulesf
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment