mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2024-11-09 22:56:35 +00:00
libstrat: fix dependencies for pre-compiled header
This commit is contained in:
parent
9229696308
commit
29f1eb8070
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ clean:
|
|||
#---------------------------------------------------------------------------------
|
||||
else
|
||||
|
||||
DEPENDS := $(OFILES:.o=.d)
|
||||
DEPENDS := $(OFILES:.o=.d) $(GCH_FILES:.gch=.d)
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
# main targets
|
||||
|
|
Loading…
Reference in a new issue