summaryrefslogtreecommitdiffstats
path: root/uisimulator/win32
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-09-23 11:23:13 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-09-23 11:23:13 +0000
commitd4e2ee56ef61b123b01cfed288a9ab387443d44a (patch)
tree5c1630457e267bdbdbe7766bf9587126671d6fca /uisimulator/win32
parent86f9a8410b8cfe53b11ca10f4f6dbcc2440c0e97 (diff)
downloadrockbox-d4e2ee56ef61b123b01cfed288a9ab387443d44a.tar.gz
rockbox-d4e2ee56ef61b123b01cfed288a9ab387443d44a.zip
Fixed win32 build problems.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2371 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator/win32')
-rw-r--r--uisimulator/win32/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/uisimulator/win32/Makefile b/uisimulator/win32/Makefile
index bd4708ab6a..79ae3d6ed8 100644
--- a/uisimulator/win32/Makefile
+++ b/uisimulator/win32/Makefile
@@ -166,7 +166,7 @@ $(OBJDIR)/lang.o: $(APPDIR)/lang/$(LANGUAGE).lang
$(TOOLSDIR)/genlang -p=$(OBJDIR)/lang $<
$(CC) $(CFLAGS) -c $(OBJDIR)/lang.c -o $@
-$(OBJDIR)/lcd.o: $(DRIVERS)/lcd-recorder.c
+$(OBJDIR)/lcd-recorder.o: $(DRIVERS)/lcd-recorder.c
$(CC) $(APPCFLAGS) -DHAVE_LCD_BITMAP -c $< -o $@
$(OBJDIR)/power.o: $(DRIVERS)/power.c