diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2008-01-23 10:59:17 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2008-01-23 10:59:17 +0000 |
| commit | 9759c035f40e67015762effc9a0a0a29b45e3bf2 (patch) | |
| tree | dcb85a58167b734b28bf88bb1b3496a848770e3c /gdb | |
| parent | ebe5acfb9dd80bfce2c915a568e2c86244b67510 (diff) | |
| download | rockbox-9759c035f40e67015762effc9a0a0a29b45e3bf2.zip rockbox-9759c035f40e67015762effc9a0a0a29b45e3bf2.tar.gz rockbox-9759c035f40e67015762effc9a0a0a29b45e3bf2.tar.bz2 rockbox-9759c035f40e67015762effc9a0a0a29b45e3bf2.tar.xz | |
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 'gdb')
| -rw-r--r-- | gdb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile b/gdb/Makefile index 0850767..8318199 100644 --- a/gdb/Makefile +++ b/gdb/Makefile @@ -7,7 +7,7 @@ # $Id$ # -ifeq ($(ARCHOS),ifp7xx) +ifeq ($(MODELNAME),ifp7xx) INCLUDES= -I$(FIRMDIR)/include -I$(FIRMDIR)/export -I. -I$(OBJDIR) \ -I$(BUILDDIR) |