From e8b8a94dbcf9a367da2001dac2663ca3bdf123dc Mon Sep 17 00:00:00 2001 From: Zoltan Somogyi Date: Fri, 6 Sep 2002 06:05:06 +0000 Subject: [PATCH] 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. --- tools/lmc | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/lmc b/tools/lmc index e9717189c..a6147ce00 100755 --- a/tools/lmc +++ b/tools/lmc @@ -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" != ""