summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/pc386/start/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-10-07 14:54:02 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-10-07 14:54:02 +0000
commit42c0b9ee135cd0b1239555cd9c7e282f9f5607ae (patch)
tree5063e7cfed204ea51a5f2017a1f1780a702f7212 /c/src/lib/libbsp/i386/pc386/start/Makefile.in
parentCorrected typo pointed out by Pollak Leon <leonp@plris.com>. (diff)
downloadrtems-42c0b9ee135cd0b1239555cd9c7e282f9f5607ae.tar.bz2
NEXT_GAS should have been NEW_GAS. Spotted by Emmanuel Raguet <raguet@crf.canon.fr>.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/i386/pc386/start/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/i386/pc386/start/Makefile.in b/c/src/lib/libbsp/i386/pc386/start/Makefile.in
index 08007d952d..1c6fe148e8 100644
--- a/c/src/lib/libbsp/i386/pc386/start/Makefile.in
+++ b/c/src/lib/libbsp/i386/pc386/start/Makefile.in
@@ -34,7 +34,7 @@ include $(RTEMS_ROOT)/make/leaf.cfg
#
#ifeq ($(RTEMS_GAS_CODE16),yes)
-DEFINES += -DNEXT_GAS
+DEFINES += -DNEW_GAS
#endif
CPPFLAGS +=
CFLAGS +=