Fix LSB_FIRST define in makefile.mingw

This commit is contained in:
Barry Harris 2012-01-28 08:10:57 +00:00
parent dd8063a633
commit b0360473f8
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ ifdef ROM_VERIFY
DEF := $(DEF) -DROM_VERIFY
endif
ifdef ROM_VERIFY
ifdef LSB_FIRST
DEF := $(DEF) -DLSB_FIRST
endif