libstrat: fix dependencies for pre-compiled header

This commit is contained in:
Michael Scire 2020-06-28 19:40:56 -07:00
parent 9229696308
commit 29f1eb8070

View file

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