From d2e530c2aab8019c07b77a9ca6eb412a394300e3 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 --- libraries/libstratosphere/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/libstratosphere/Makefile b/libraries/libstratosphere/Makefile index 542a86d10..d26ef1556 100644 --- a/libraries/libstratosphere/Makefile +++ b/libraries/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