]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
xdb support bug fix
authorkusy <kusy>
Thu, 29 May 2008 18:04:06 +0000 (18:04 +0000)
committerkusy <kusy>
Thu, 29 May 2008 18:04:06 +0000 (18:04 +0000)
support/make/pxa27x/pxa27x.rules

index 9ded955fb3403aa1b7b1b298a96681656efa1fd5..cc9ee38d04de9bd399ec47040cb0ef16ef8b89dd 100644 (file)
@@ -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
        @: