summaryrefslogtreecommitdiff
path: root/uisimulator/x11
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/x11')
-rw-r--r--uisimulator/x11/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/uisimulator/x11/Makefile b/uisimulator/x11/Makefile
index d4df5ef637..88a7214b9c 100644
--- a/uisimulator/x11/Makefile
+++ b/uisimulator/x11/Makefile
@@ -88,7 +88,7 @@ FIRMSRCS = $(LCDSRSC) sprintf.c id3.c debug.c usb.c mpeg.c power.c\
88 powermgmt.c font.c panic.c sysfont.c ctype.c 88 powermgmt.c font.c panic.c sysfont.c ctype.c
89 89
90APPS = main.c tree.c menu.c credits.c main_menu.c language.c\ 90APPS = main.c tree.c menu.c credits.c main_menu.c language.c\
91 playlist.c showtext.c wps.c wps-display.c settings.c status.c icons.c\ 91 playlist.c wps.c wps-display.c settings.c status.c icons.c\
92 screens.c peakmeter.c viewer.c 92 screens.c peakmeter.c viewer.c
93 93
94MENUS = games_menu.c demo_menu.c settings_menu.c sound_menu.c 94MENUS = games_menu.c demo_menu.c settings_menu.c sound_menu.c
@@ -223,9 +223,6 @@ $(OBJDIR)/tree.o: $(APPDIR)/tree.c
223$(OBJDIR)/playlist.o: $(APPDIR)/playlist.c 223$(OBJDIR)/playlist.o: $(APPDIR)/playlist.c
224 $(CC) $(APPCFLAGS) -c $< -o $@ 224 $(CC) $(APPCFLAGS) -c $< -o $@
225 225
226$(OBJDIR)/showtext.o: $(APPDIR)/showtext.c
227 $(CC) $(APPCFLAGS) -c $< -o $@
228
229$(OBJDIR)/build.lang: $(APPDIR)/lang/$(LANGUAGE).lang 226$(OBJDIR)/build.lang: $(APPDIR)/lang/$(LANGUAGE).lang
230 perl $(TOOLSDIR)/uplang $(APPDIR)/lang/english.lang $< > $@ 227 perl $(TOOLSDIR)/uplang $(APPDIR)/lang/english.lang $< > $@
231 228