libstrat: fix dependencies for pre-compiled header

This commit is contained in:
Michael Scire 2020-06-28 19:40:56 -07:00
parent 1e0ca0e9cc
commit 89f8944f80

View File

@ -121,7 +121,7 @@ clean:
#---------------------------------------------------------------------------------
else
DEPENDS := $(OFILES:.o=.d)
DEPENDS := $(OFILES:.o=.d) $(GCH_FILES:.gch=.d)
#---------------------------------------------------------------------------------
# main targets