mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2025-01-26 17:12:54 +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…
Add table
Reference in a new issue