diff options
Diffstat (limited to 'gdb/Makefile')
-rw-r--r-- | gdb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile b/gdb/Makefile index 0850767f58..83181999f3 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) |