mirror of
https://github.com/apache/nuttx.git
synced 2026-09-13 14:10:18 +00:00
tools/Makefile.unix: Simplify dependencies.
This commit is contained in:
parent
a3bea40c46
commit
28b13e4ba1
1 changed files with 1 additions and 1 deletions
|
|
@ -283,7 +283,7 @@ ifeq ($(GIT_DIR),y)
|
|||
$(Q) tools/gen_gitrev.sh -t $(TOPDIR) >> $<
|
||||
endif
|
||||
|
||||
include/nuttx/version.h: $(TOPDIR)/.version tools/mkversion$(HOSTEXEEXT) version_info
|
||||
include/nuttx/version.h: version_info tools/mkversion$(HOSTEXEEXT)
|
||||
$(Q) tools/mkversion $(TOPDIR) > $@
|
||||
|
||||
# Targets used to build include/nuttx/config.h. Creation of config.h is
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue