1
0
Fork 0
forked from len0rd/rockbox

Small fix for us loosers, who don't follow the recomendation to put the build directory in the same level as the tools and apps directory

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7869 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Henrik Backe 2005-11-14 18:31:08 +00:00
parent e4f0844172
commit ea29ad4fbf

View file

@ -202,7 +202,7 @@ STOP
# Now do the WPS dance # Now do the WPS dance
if(-d "$ROOT/wps") { if(-d "$ROOT/wps") {
system("perl $ROOT/wps/wpsbuild.pl $ROOT/wps/WPSLIST $target"); system("perl $ROOT/wps/wpsbuild.pl -r $ROOT/wps/WPSLIST $target");
} }
else { else {
print STDERR "No wps module present, can't do the WPS magic!\n"; print STDERR "No wps module present, can't do the WPS magic!\n";