X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2FMakefile;h=80867feb578aba8ac534b61507733d29045a3280;hp=301cbdde988d065e058255d18630b74d0f4d6174;hb=b15dcd977487c58409de48016eb7680850481d5d;hpb=94dd204c3b10ebe0e6c8df5d7c98de5ba4906cad diff --git a/src/Makefile b/src/Makefile index 301cbdde..80867feb 100644 --- a/src/Makefile +++ b/src/Makefile @@ -366,14 +366,14 @@ profile-build: $(MAKE) ARCH=$(ARCH) COMP=$(COMP) $(profile_prepare) @echo "" @echo "Step 1/4. Building executable for benchmark ..." - @touch *.cpp *.h + @touch *.cpp *.h syzygy/*.cpp syzygy/*.h $(MAKE) ARCH=$(ARCH) COMP=$(COMP) $(profile_make) @echo "" @echo "Step 2/4. Running benchmark for pgo-build ..." @$(PGOBENCH) > /dev/null @echo "" @echo "Step 3/4. Building final executable ..." - @touch *.cpp + @touch *.cpp *.h syzygy/*.cpp syzygy/*.h $(MAKE) ARCH=$(ARCH) COMP=$(COMP) $(profile_use) @echo "" @echo "Step 4/4. Deleting profile data ..."