use make instead of gmake to support xygwin

This commit is contained in:
cborrelli 2003-07-01 08:07:54 +00:00
parent b1defea1d6
commit d6f3af8fb6

View File

@ -259,7 +259,7 @@ global errorInfo
puts "********************************\n"
puts "Using LWIP sources from directory $topdir "
if { [catch {exec bash -c "cd src;gmake all \"TOPDIR=$topdir\" >& logs"} errmsg] } {
if { [catch {exec bash -c "cd src;make all \"TOPDIR=$topdir\" >& logs"} errmsg] } {
error $errmsg $errorInfo
}
}