From 29f1eb807066bdb551f8b1f7352c97e5ac62d436 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 --- libraries/libstratosphere/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/libstratosphere/Makefile b/libraries/libstratosphere/Makefile index a87f062f5..287bed57d 100644 --- a/libraries/libstratosphere/Makefile +++ b/libraries/libstratosphere/Makefile @@ -121,7 +121,7 @@ clean: #--------------------------------------------------------------------------------- else -DEPENDS := $(OFILES:.o=.d) +DEPENDS := $(OFILES:.o=.d) $(GCH_FILES:.gch=.d) #--------------------------------------------------------------------------------- # main targets