You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by gn...@apache.org on 2020/05/18 15:51:18 UTC

[incubator-nuttx-apps] 01/02: apps: correct the program name to avoid invalid dependent targets

This is an automated email from the ASF dual-hosted git repository.

gnutt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git

commit 224c4767fe281c343a3c9cb91aa4bccaca3cd148
Author: chao.an <an...@xiaomi.com>
AuthorDate: Mon May 18 11:21:14 2020 +0800

    apps: correct the program name to avoid invalid dependent targets
    
    Change-Id: Iec6ca1b04a25afee16a4b600ee496620fec97577
    Signed-off-by: chao.an <an...@xiaomi.com>
---
 Application.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Application.mk b/Application.mk
index a7f768e..e629db4 100644
--- a/Application.mk
+++ b/Application.mk
@@ -62,6 +62,7 @@ CWD = $(CURDIR)
 endif
 
 SUFFIX = $(subst $(DELIM),.,$(CWD))
+PROGNAME := $(shell echo $(PROGNAME))
 
 # Object files