diff options
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) |