X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2FMakefile;h=500c100675d0e8436355606f53e0b6cea38d1800;hb=20b02264620397eacf4e43736ec7f7c48a9a7068;hp=bcf0abdf5ee986ed6d7c17c5cf24193c3d9159b4;hpb=61ea1534ff7026009a3435575c7beee91534db83;p=stockfish diff --git a/src/Makefile b/src/Makefile index bcf0abdf..500c1006 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1009,6 +1009,6 @@ icc-profile-use: .depend: $(SRCS) -@$(CXX) $(DEPENDFLAGS) -MM $(SRCS) > $@ 2> /dev/null -ifneq (, $(filter $(MAKECMDGOALS), build profile-build)) +ifeq (, $(filter $(MAKECMDGOALS), help strip install clean net objclean profileclean config-sanity)) -include .depend endif