summaryrefslogtreecommitdiff
path: root/rbutil/sansapatcher
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2008-01-26 22:19:27 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2008-01-26 22:19:27 +0000
commitccd8f6cd84ad208d4fbd26b9be2ad5002624de6a (patch)
tree74401e67d406b749aab896742000f025c65fd0c5 /rbutil/sansapatcher
parente4bb2bbb05b92d17c503d1458da904baa1ce8ad6 (diff)
downloadrockbox-ccd8f6cd84ad208d4fbd26b9be2ad5002624de6a.tar.gz
rockbox-ccd8f6cd84ad208d4fbd26b9be2ad5002624de6a.zip
fix sansapatcher mingw build prerequisites.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16173 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'rbutil/sansapatcher')
-rw-r--r--rbutil/sansapatcher/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/rbutil/sansapatcher/Makefile b/rbutil/sansapatcher/Makefile
index 2c75b0caf7..34e64ee823 100644
--- a/rbutil/sansapatcher/Makefile
+++ b/rbutil/sansapatcher/Makefile
@@ -7,7 +7,7 @@ CFLAGS+=-mno-cygwin
7else 7else
8ifeq ($(findstring MINGW,$(shell uname)),MINGW) 8ifeq ($(findstring MINGW,$(shell uname)),MINGW)
9OUTPUT=sansapatcher.exe 9OUTPUT=sansapatcher.exe
10CROSS 10CROSS=
11else 11else
12OUTPUT=sansapatcher 12OUTPUT=sansapatcher
13CROSS=i586-mingw32msvc- 13CROSS=i586-mingw32msvc-