From 708ece10df1629eb69e0b15b49e5c7fc4d40a595 Mon Sep 17 00:00:00 2001 From: fincs Date: Wed, 5 Apr 2017 19:26:27 +0200 Subject: [PATCH] Fix makefile dependency rule inclusion --- libctru/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libctru/Makefile b/libctru/Makefile index d173c06..f4df6e2 100644 --- a/libctru/Makefile +++ b/libctru/Makefile @@ -147,7 +147,7 @@ clean: #--------------------------------------------------------------------------------- else -DEPENDS := $(OFILES:.o=.d) +DEPENDS := $(foreach file,$(OFILES:.o=.d),$(DEPSDIR)/$(file)) #--------------------------------------------------------------------------------- # main targets