1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-07-01 14:11:15 +02:00

Makefile: Fix cleanup for Sphinx versions prior to 4.x

Fixup for change I9cd280551a1ba4d17edb2e857d56f80431b61e1b.

Change-Id: I123aec7cf2f016ba905c220cfc84a217523f9932
Signed-off-by: Anton Samsonov <devel@zxlab.ru>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/81802
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Anastasia Klimchuk <aklm@chromium.org>
This commit is contained in:
Anton Samsonov
2024-04-08 16:06:04 +03:00
committed by Anastasia Klimchuk
parent 124b6eaf6b
commit 7bc347e16d

View File

@ -1075,7 +1075,7 @@ strip: $(PROGRAM)$(EXEC_SUFFIX)
# We don't use EXEC_SUFFIX here because we want to clean everything.
clean:
rm -rf $(PROGRAM) $(PROGRAM).exe libflashrom.a $(filter-out Makefile.d, $(wildcard *.d *.o platform/*.d platform/*.o)) \
man8 .doctrees $(PROGRAM).bash $(BUILD_DETAILS_FILE)
man8 8 .doctrees $(PROGRAM).bash $(BUILD_DETAILS_FILE)
@+$(MAKE) -C util/ich_descriptors_tool/ clean
install: $(PROGRAM)$(EXEC_SUFFIX) $(call has_dependency, $(HAS_SPHINXBUILD), man8/$(PROGRAM).8) $(PROGRAM).bash