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 <[email protected]> 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 <[email protected]> --- 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
