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
|
||||
|
||||
all: .built
|
||||
.PHONY: $(TOPDIR)$(DELIM).config context .depend depend clean distclean
|
||||
.PHONY: context .depend depend clean distclean
|
||||
|
||||
ifneq ($(ASRCS),)
|
||||
$(AOBJS): bin$(DELIM)%$(OBJEXT): %.S
|
||||
|
Loading…
Reference in New Issue
Block a user