summaryrefslogtreecommitdiff
path: root/rbutil/sansapatcher/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/sansapatcher/Makefile')
-rw-r--r--rbutil/sansapatcher/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/rbutil/sansapatcher/Makefile b/rbutil/sansapatcher/Makefile
index 06ea7b09a5..be764c90f4 100644
--- a/rbutil/sansapatcher/Makefile
+++ b/rbutil/sansapatcher/Makefile
@@ -35,8 +35,8 @@ sansapatcher-mac: sansapatcher-i386 sansapatcher-ppc
35 lipo -create sansapatcher-ppc sansapatcher-i386 -output sansapatcher-mac 35 lipo -create sansapatcher-ppc sansapatcher-i386 -output sansapatcher-mac
36 36
37sansapatcher.dmg: sansapatcher-mac 37sansapatcher.dmg: sansapatcher-mac
38 mkdir sansapatcher-dmg 38 mkdir -p sansapatcher-dmg
39 cp sansapatcher-mac sansapatcher-dmg/sansapatcher 39 cp -p sansapatcher-mac sansapatcher-dmg/sansapatcher
40 hdiutil create -srcfolder sansapatcher-dmg sansapatcher.dmg 40 hdiutil create -srcfolder sansapatcher-dmg sansapatcher.dmg
41 41
42sansapatcher-i386: main.c sansapatcher.c sansaio-posix.c parttypes.h bootimg_c200.c bootimg_e200.c 42sansapatcher-i386: main.c sansapatcher.c sansaio-posix.c parttypes.h bootimg_c200.c bootimg_e200.c