summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-08-01 20:56:24 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-08-01 20:56:24 +0000
commita7fcfd0f6153355c172255033c4e1379928fb6d3 (patch)
treeb66e5f77c675ea3ae60edd78731f495430d05155 /c
parentAdded --enable-gmake-print-directory option and ods68302 bsp. (diff)
downloadrtems-a7fcfd0f6153355c172255033c4e1379928fb6d3.tar.bz2
Corrected typo.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/m68k/mvme162/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/m68k/mvme162/Makefile.in b/c/src/lib/libbsp/m68k/mvme162/Makefile.in
index 68ce414233..c8a588d574 100644
--- a/c/src/lib/libbsp/m68k/mvme162/Makefile.in
+++ b/c/src/lib/libbsp/m68k/mvme162/Makefile.in
@@ -18,7 +18,7 @@ SRCS=README
# in place of "CONSOLE_DRIVER_TABLE_ENTRY". See consolex/cTest.c for
# an example.
-ifeq $(RTEMS_MVME162_MODEL,mvme162lx)
+ifeq ($(RTEMS_MVME162_MODEL),mvme162lx)
CONSOLEX=consolex
endif