mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
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:
parent
e4f0844172
commit
ea29ad4fbf
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue