libstrat: fix precompiled-header dependency detection

This commit is contained in:
Michael Scire 2020-10-30 11:56:12 -07:00
parent 166318ba77
commit d2e530c2aa

View file

@ -110,7 +110,7 @@ clean:
#--------------------------------------------------------------------------------- #---------------------------------------------------------------------------------
else else
DEPENDS := $(OFILES:.o=.d) $(foreach hdr,$(GCH_FILES:.gch=.d),$(notdir $(hdr))) DEPENDS := $(OFILES:.o=.d) $(foreach hdr,$(GCH_FILES:.hpp.gch=.d),$(notdir $(hdr)))
#--------------------------------------------------------------------------------- #---------------------------------------------------------------------------------
# main targets # main targets