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
@ -50,7 +50,12 @@ distclean::
|
|||||||
$(call DELDIR, $(MINMEA_UNPACKNAME))
|
$(call DELDIR, $(MINMEA_UNPACKNAME))
|
||||||
$(call DELDIR, $(TOPDIR)$(DELIM)include$(DELIM)minmea$(DELIM))
|
$(call DELDIR, $(TOPDIR)$(DELIM)include$(DELIM)minmea$(DELIM))
|
||||||
else
|
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
|
endif
|
||||||
|
|
||||||
DEPPATH += --dep-path gpsutils/minmea
|
DEPPATH += --dep-path gpsutils/minmea
|
||||||
|
Loading…
Reference in New Issue
Block a user