mirror of
https://github.com/apache/nuttx.git
synced 2026-05-25 01:39:44 +08:00
make/version: correct the version generation
incorrect version generation by commit 3ec12a84c2
Signed-off-by: chao.an <anchao@xiaomi.com>
This commit is contained in:
+1
-1
@@ -31,7 +31,7 @@ endif
|
||||
|
||||
# In case we cannot get version information from GIT
|
||||
|
||||
ifneq ($(GIT_PRESENT),true)
|
||||
ifeq ($(GIT_PRESENT),)
|
||||
-include $(TOPDIR)/.version
|
||||
|
||||
# In case the version file does not exist
|
||||
|
||||
Reference in New Issue
Block a user