Skip to content

Commit bad854f

Browse files
committed
amiberry - fix the "make clean" for capsimg by moving to after configure stage
1 parent 1862288 commit bad854f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scriptmodules/emulators/amiberry.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ function sources_amiberry() {
4545
function build_amiberry() {
4646
local platform=$(_get_platform_amiberry)
4747
cd external/capsimg
48-
make clean
4948
./bootstrap.fs
5049
./configure.fs
50+
make -f Makefile.fs clean
5151
make -f Makefile.fs
5252
cd "$md_build"
5353
make clean

0 commit comments

Comments
 (0)