summaryrefslogtreecommitdiff
path: root/uisimulator
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-01-23 10:59:17 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-01-23 10:59:17 +0000
commit9759c035f40e67015762effc9a0a0a29b45e3bf2 (patch)
treedcb85a58167b734b28bf88bb1b3496a848770e3c /uisimulator
parentebe5acfb9dd80bfce2c915a568e2c86244b67510 (diff)
Renamed 'archos' to 'modelname' in the configure script and the Makefiles
using it, to reduce confusion for newcomers who never even had an Archos. Those innocent youngsters. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16149 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator')
-rw-r--r--uisimulator/sdl/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/uisimulator/sdl/Makefile b/uisimulator/sdl/Makefile
index 7946ef31a2..dc76b35d68 100644
--- a/uisimulator/sdl/Makefile
+++ b/uisimulator/sdl/Makefile
@@ -7,7 +7,7 @@
# \/ \/ \/ \/ \/
# $Id$
#
-# Copyright (C) 2002 by Daniel Stenberg <daniel@haxx.se>
+# Copyright (C) 2002, 2008 by Daniel Stenberg <daniel@haxx.se>
#
# All files in this archive are subject to the GNU General Public License.
# See the file COPYING in the source tree root for full license agreement.
@@ -25,8 +25,8 @@ RM = rm -f
DEBUG = -g
# Use this for simulator-only files
-INCLUDES = -I. -I$(SIMCOMMON) -I$(OBJDIR) $(TARGET_INC) -I$(FIRMDIR)/export -I$(APPSDIR) \
- -I$(BUILDDIR)
+INCLUDES = -I. -I$(SIMCOMMON) -I$(OBJDIR) $(TARGET_INC) -I$(FIRMDIR)/export \
+-I$(APPSDIR) -I$(BUILDDIR)
# This sets up 'SRC' based on the files mentioned in SOURCES
include $(TOOLSDIR)/makesrc.inc
@@ -58,7 +58,7 @@ clean:
$(SILENT)$(MAKE) -C $(SIMCOMMON) clean
################## Specific dependencies ##################
-$(BUILDDIR)/UI256.bmp: UI-$(ARCHOS).bmp
+$(BUILDDIR)/UI256.bmp: UI-$(MODELNAME).bmp
$(call PRINTS,UI)cp $< $@
-include $(DEPFILE)