diff mbox series

[FFmpeg-devel,2/3] Makefile: check config_components.h when comparing timestamps in component list files

Message ID 20220317213202.5868-2-jamrial@gmail.com
State New
Headers show
Series [FFmpeg-devel,1/3] Makefile: delete config_components.h on distclean | expand

Checks

Context Check Description
yinshiyou/make_loongarch64 success Make finished
yinshiyou/make_fate_loongarch64 success Make fate finished

Commit Message

James Almer March 17, 2022, 9:32 p.m. UTC
Signed-off-by: James Almer <jamrial@gmail.com>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/Makefile b/Makefile
index 13fa7a409c..f6eb4f591d 100644
--- a/Makefile
+++ b/Makefile
@@ -79,7 +79,7 @@  CONFIGURABLE_COMPONENTS =                                           \
     $(SRC_PATH)/libavcodec/parsers.c                                \
     $(SRC_PATH)/libavformat/protocols.c                             \
 
-config.h: ffbuild/.config
+config_components.h: ffbuild/.config
 ffbuild/.config: $(CONFIGURABLE_COMPONENTS)
 	@-tput bold 2>/dev/null
 	@-printf '\nWARNING: $(?) newer than config.h, rerun configure\n\n'