commit | da945c0873adaca6a824981b59eb080e0b7bdcdd | [log] [tgz] |
---|---|---|
author | Dave Chapman <dave@dchapman.com> | Thu Dec 14 15:51:24 2006 +0000 |
committer | Dave Chapman <dave@dchapman.com> | Thu Dec 14 15:51:24 2006 +0000 |
tree | 5127b819a17bba10172f5673117dbf92b2f8955f | |
parent | a24b02c1e64694a1ffd5fc58e3247a7995134276 [diff] |
Fix typo git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11764 a1c6a512-1295-4272-9138-f99709370657
diff --git a/rbutil/Makefile b/rbutil/Makefile index f436b7a..426f0ca 100644 --- a/rbutil/Makefile +++ b/rbutil/Makefile
@@ -11,7 +11,7 @@ CXX=$(shell $(PREFIX)wx-config --cxx) -OBJS=rbutil.o rbutilApp.o rbutilFrm.o wizard_pages.o installog.o +OBJS=rbutil.o rbutilApp.o rbutilFrm.o wizard_pages.o installlog.o # type "make WIN=1" for a Windows build using the Debian mingw cross-compiler