Added .PHONY after 'else' in Makefiles.

This commit is contained in:
yellows8 2017-11-21 16:11:49 -05:00
parent c562231edc
commit ed938c2a0f
3 changed files with 3 additions and 0 deletions

View File

@ -111,6 +111,7 @@ clean:
#---------------------------------------------------------------------------------
else
.PHONY: all
DEPENDS := $(OFILES:.o=.d)

View File

@ -111,6 +111,7 @@ clean:
#---------------------------------------------------------------------------------
else
.PHONY: all
DEPENDS := $(OFILES:.o=.d)

View File

@ -111,6 +111,7 @@ clean:
#---------------------------------------------------------------------------------
else
.PHONY: all
DEPENDS := $(OFILES:.o=.d)