apps: correct the program name to avoid invalid dependent targets

Change-Id: Iec6ca1b04a25afee16a4b600ee496620fec97577
Signed-off-by: chao.an <anchao@xiaomi.com>
This commit is contained in:
chao.an 2020-05-18 11:21:14 +08:00 committed by patacongo
parent 8997213c2a
commit 224c4767fe

View File

@ -62,6 +62,7 @@ CWD = $(CURDIR)
endif endif
SUFFIX = $(subst $(DELIM),.,$(CWD)) SUFFIX = $(subst $(DELIM),.,$(CWD))
PROGNAME := $(shell echo $(PROGNAME))
# Object files # Object files