From d922dcc8a11016fdc6ea51377b4a56ec6602f5cd Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Fri, 30 Oct 2020 11:56:12 -0700 Subject: [PATCH] libstrat: fix precompiled-header dependency detection --- libstratosphere/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libstratosphere/Makefile b/libstratosphere/Makefile index 542a86d1..d26ef155 100644 --- a/libstratosphere/Makefile +++ b/libstratosphere/Makefile @@ -110,7 +110,7 @@ clean: #--------------------------------------------------------------------------------- else -DEPENDS := $(OFILES:.o=.d) $(foreach hdr,$(GCH_FILES:.gch=.d),$(notdir $(hdr))) +DEPENDS := $(OFILES:.o=.d) $(foreach hdr,$(GCH_FILES:.hpp.gch=.d),$(notdir $(hdr))) #--------------------------------------------------------------------------------- # main targets