mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-02 06:23:18 +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:

committed by
Anastasia Klimchuk

parent
124b6eaf6b
commit
7bc347e16d
2
Makefile
2
Makefile
@ -1075,7 +1075,7 @@ strip: $(PROGRAM)$(EXEC_SUFFIX)
|
|||||||
# We don't use EXEC_SUFFIX here because we want to clean everything.
|
# We don't use EXEC_SUFFIX here because we want to clean everything.
|
||||||
clean:
|
clean:
|
||||||
rm -rf $(PROGRAM) $(PROGRAM).exe libflashrom.a $(filter-out Makefile.d, $(wildcard *.d *.o platform/*.d platform/*.o)) \
|
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
|
@+$(MAKE) -C util/ich_descriptors_tool/ clean
|
||||||
|
|
||||||
install: $(PROGRAM)$(EXEC_SUFFIX) $(call has_dependency, $(HAS_SPHINXBUILD), man8/$(PROGRAM).8) $(PROGRAM).bash
|
install: $(PROGRAM)$(EXEC_SUFFIX) $(call has_dependency, $(HAS_SPHINXBUILD), man8/$(PROGRAM).8) $(PROGRAM).bash
|
||||||
|
Reference in New Issue
Block a user