Fix a bug: don't reset CDEBUG_FLAGS to empty if MMC_LOWLEVEL_DEBUG

Estimated hours taken: 0.1
Branches: main

tools/lmc:
	Fix a bug: don't reset CDEBUG_FLAGS to empty if MMC_LOWLEVEL_DEBUG
	is not specified, since we could have put some asked-for flags in
	that variable earlier.
This commit is contained in:
Zoltan Somogyi
2002-09-06 06:05:06 +00:00
parent 7b6c3fb3a6
commit e8b8a94dbc

View File

@@ -69,8 +69,6 @@ fi
if test "$MMC_LOWLEVEL_DEBUG" != ""
then
CDEBUG_FLAGS="$CDEBUG_FLAGS --cflags -DMR_LOWLEVEL_DEBUG"
else
CDEBUG_FLAGS=""
fi
if test "$MMC_ADDED_CFLAGS" != ""