apps/platform/Makefile: .config should not be a .PHONY target
This commit is contained in:
parent
29e8b8e059
commit
0a33420e02
@ -96,7 +96,7 @@ endif
|
|||||||
# Build targets
|
# Build targets
|
||||||
|
|
||||||
all: .built
|
all: .built
|
||||||
.PHONY: $(TOPDIR)$(DELIM).config context .depend depend clean distclean
|
.PHONY: context .depend depend clean distclean
|
||||||
|
|
||||||
ifneq ($(ASRCS),)
|
ifneq ($(ASRCS),)
|
||||||
$(AOBJS): bin$(DELIM)%$(OBJEXT): %.S
|
$(AOBJS): bin$(DELIM)%$(OBJEXT): %.S
|
||||||
|
Loading…
x
Reference in New Issue
Block a user