From da945c0873adaca6a824981b59eb080e0b7bdcdd Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Thu, 14 Dec 2006 15:51:24 +0000 Subject: Fix typo git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11764 a1c6a512-1295-4272-9138-f99709370657 --- rbutil/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.1