summaryrefslogtreecommitdiff
path: root/rbutil/Makefile.macosx
diff options
context:
space:
mode:
authorJonas Häggqvist <rasher@rasher.dk>2007-07-15 22:19:24 +0000
committerJonas Häggqvist <rasher@rasher.dk>2007-07-15 22:19:24 +0000
commit97db2ab9a6d1f0adaac276090206a7853356987e (patch)
tree92abc0891c43e2ef325a59e264ad307674a7e617 /rbutil/Makefile.macosx
parent8f3e56e5be588bbb4beb2ceef2aaf65daaf12993 (diff)
downloadrockbox-97db2ab9a6d1f0adaac276090206a7853356987e.tar.gz
rockbox-97db2ab9a6d1f0adaac276090206a7853356987e.zip
Fix the Makefile (and hopefully the OS X Makefile as well) after the talkfile commit and let talkfile.cpp build on non-Windows. Also fix incorrect meaning of DESTDIR in the Makefile.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13912 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'rbutil/Makefile.macosx')
-rwxr-xr-xrbutil/Makefile.macosx2
1 files changed, 1 insertions, 1 deletions
diff --git a/rbutil/Makefile.macosx b/rbutil/Makefile.macosx
index 384bc56311..6939280e16 100755
--- a/rbutil/Makefile.macosx
+++ b/rbutil/Makefile.macosx
@@ -52,7 +52,7 @@ RBUTIL_OBJECTS = \
52 rbutil.o rbutilApp.o rbutilFrm.o install_dialogs.o bootloaders.o installlog.o \ 52 rbutil.o rbutilApp.o rbutilFrm.o install_dialogs.o bootloaders.o installlog.o \
53 rbutilCtrls.o ipodpatcher/ipodpatcher.o ipodpatcher/ipodio-posix.o \ 53 rbutilCtrls.o ipodpatcher/ipodpatcher.o ipodpatcher/ipodio-posix.o \
54 sansapatcher/sansapatcher.o sansapatcher/sansaio-posix.o \ 54 sansapatcher/sansapatcher.o sansapatcher/sansaio-posix.o \
55 md5sum.o irivertools.o autodetection.o \ 55 md5sum.o irivertools.o autodetection.o talkfile.o \
56 $(__rbutil___win32rc) 56 $(__rbutil___win32rc)
57 57
58### Conditionally set variables: ### 58### Conditionally set variables: ###