diff options
| author | Marcoen Hirschberg <marcoen@gmail.com> | 2006-03-02 13:07:11 +0000 |
|---|---|---|
| committer | Marcoen Hirschberg <marcoen@gmail.com> | 2006-03-02 13:07:11 +0000 |
| commit | f2fe4e0c4cd4ce3fe4d35c7422ada24c0ce3af9f (patch) | |
| tree | ca029687656469b5804c0e733b7db198832ff3ab /tools | |
| parent | ccd0e7451dddcf5b3480364fa48ffc296a87e61d (diff) | |
| download | rockbox-f2fe4e0c4cd4ce3fe4d35c7422ada24c0ce3af9f.zip rockbox-f2fe4e0c4cd4ce3fe4d35c7422ada24c0ce3af9f.tar.gz rockbox-f2fe4e0c4cd4ce3fe4d35c7422ada24c0ce3af9f.tar.bz2 rockbox-f2fe4e0c4cd4ce3fe4d35c7422ada24c0ce3af9f.tar.xz | |
improve FreeBSD support a little
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8884 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure index d008308..dd84525 100755 --- a/tools/configure +++ b/tools/configure @@ -1235,7 +1235,7 @@ if [ "yes" = "$simulator" ]; then install: @echo "installing a full setup in your archos dir" - @(make zip && cd archos && unzip -oq ../rockbox.zip) + @(\$(MAKE) zip && cd archos && unzip -oq ../rockbox.zip) EOF fi |