From 8a5084582efcd01b577903b6717faef203e9f3be Mon Sep 17 00:00:00 2001 From: notaz Date: Thu, 13 Aug 2009 22:18:12 +0000 Subject: [PATCH] fix clean build git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@751 be3aeb3a-fb24-0410-a615-afba39da0efa --- gp2x/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gp2x/Makefile b/gp2x/Makefile index f2000ad..682a652 100644 --- a/gp2x/Makefile +++ b/gp2x/Makefile @@ -157,8 +157,9 @@ ifeq ($(VER),) $(error need VER) endif endif +CODE940 = code940/pico940_v3.bin -rel: PicoDrive PicoDrive.gpe code940/pico940_v3.bin readme.txt PicoDrive.png ../game_def.cfg \ +rel: PicoDrive PicoDrive.gpe $(CODE940) readme.txt PicoDrive.png ../game_def.cfg \ warm_2.4.25.o warm_2.4.26-open2x.o warm_2.6.24.ko zip -9 -j ../../PicoDrive_$(VER).zip $^ zip -9 -r ../../PicoDrive_$(VER).zip skin -i \*.png -i \*.txt @@ -167,6 +168,6 @@ rel: PicoDrive PicoDrive.gpe code940/pico940_v3.bin readme.txt PicoDrive.png ../ zip -9 -r ../../PicoDrive_$(VER).zip bin_to_cso_mp3 rm -rf bin_to_cso_mp3 -code940/code940.bin: +$(CODE940): make -C code940/ -- 2.39.2