mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 20:08:15 +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) >> $<
|
$(Q) tools/gen_gitrev.sh -t $(TOPDIR) >> $<
|
||||||
endif
|
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) > $@
|
$(Q) tools/mkversion $(TOPDIR) > $@
|
||||||
|
|
||||||
# Targets used to build include/nuttx/config.h. Creation of config.h is
|
# Targets used to build include/nuttx/config.h. Creation of config.h is
|
||||||
|
|||||||
Reference in New Issue
Block a user