From ed938c2a0fa65fc19a52975d1280860966808170 Mon Sep 17 00:00:00 2001 From: yellows8 Date: Tue, 21 Nov 2017 16:11:49 -0500 Subject: [PATCH] Added .PHONY after 'else' in Makefiles. --- graphics/simplegfx/Makefile | 1 + templates/simple/Makefile | 1 + usb/usbds/Makefile | 1 + 3 files changed, 3 insertions(+) diff --git a/graphics/simplegfx/Makefile b/graphics/simplegfx/Makefile index a28e7f0..b460acd 100644 --- a/graphics/simplegfx/Makefile +++ b/graphics/simplegfx/Makefile @@ -111,6 +111,7 @@ clean: #--------------------------------------------------------------------------------- else +.PHONY: all DEPENDS := $(OFILES:.o=.d) diff --git a/templates/simple/Makefile b/templates/simple/Makefile index a28e7f0..b460acd 100644 --- a/templates/simple/Makefile +++ b/templates/simple/Makefile @@ -111,6 +111,7 @@ clean: #--------------------------------------------------------------------------------- else +.PHONY: all DEPENDS := $(OFILES:.o=.d) diff --git a/usb/usbds/Makefile b/usb/usbds/Makefile index a28e7f0..b460acd 100644 --- a/usb/usbds/Makefile +++ b/usb/usbds/Makefile @@ -111,6 +111,7 @@ clean: #--------------------------------------------------------------------------------- else +.PHONY: all DEPENDS := $(OFILES:.o=.d)