mirror of
https://github.com/apache/nuttx.git
synced 2026-05-18 08:54:05 +08:00
tools/Makefile.unix: Simplify dependencies.
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user