Fix make[1]: *** No rule to make target '.header', needed by 'context'. Stop.
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
3f1417ef8d
commit
b172de378d
1 changed files with 6 additions and 1 deletions
|
@ -50,7 +50,12 @@ distclean::
|
|||
$(call DELDIR, $(MINMEA_UNPACKNAME))
|
||||
$(call DELDIR, $(TOPDIR)$(DELIM)include$(DELIM)minmea$(DELIM))
|
||||
else
|
||||
context:: .header
|
||||
context::
|
||||
$(Q) mkdir -p $(TOPDIR)$(DELIM)include$(DELIM)minmea$(DELIM)
|
||||
$(Q) cp gpsutils/minmea/minmea.h $(TOPDIR)$(DELIM)include$(DELIM)minmea$(DELIM)
|
||||
|
||||
distclean::
|
||||
$(call DELDIR, $(TOPDIR)$(DELIM)include$(DELIM)minmea$(DELIM))
|
||||
endif
|
||||
|
||||
DEPPATH += --dep-path gpsutils/minmea
|
||||
|
|
Loading…
Reference in a new issue