From: kusy Date: Thu, 29 May 2008 18:04:06 +0000 (+0000) Subject: xdb support bug fix X-Git-Tag: release_tinyos_2_1_0_0~364 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=fdfa9cb846adb5d4819dd08cf9218f6c31ffd624 xdb support bug fix --- diff --git a/support/make/pxa27x/pxa27x.rules b/support/make/pxa27x/pxa27x.rules index 9ded955f..cc9ee38d 100644 --- a/support/make/pxa27x/pxa27x.rules +++ b/support/make/pxa27x/pxa27x.rules @@ -81,7 +81,7 @@ setid: FORCE bin: exe FORCE - @cmd () { echo "$$@"; $$@; }; if [ "${DEFAULT_PROGRAM}" = "xflash" ]; then $(XDB_SYMBOL_EXTRACT) $(MAIN_EXE); fi + @cmd () { echo "$$@"; $$@; }; if [ "${PROGRAM}" = "xflash" ]; then $(XDB_SYMBOL_EXTRACT) $(MAIN_EXE); fi exe: exe0 bytes FORCE @: