From 89f8944f8025c0557a18e64ceca7f65ab3090d82 Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Sun, 28 Jun 2020 19:40:56 -0700 Subject: [PATCH] libstrat: fix dependencies for pre-compiled header --- libstratosphere/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libstratosphere/Makefile b/libstratosphere/Makefile index a87f062f..287bed57 100644 --- a/libstratosphere/Makefile +++ b/libstratosphere/Makefile @@ -121,7 +121,7 @@ clean: #--------------------------------------------------------------------------------- else -DEPENDS := $(OFILES:.o=.d) +DEPENDS := $(OFILES:.o=.d) $(GCH_FILES:.gch=.d) #--------------------------------------------------------------------------------- # main targets