You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
build: Skip generating .version files when reconfiguring
The .version files are only relevant during an actual build.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
include $(SRC_PATH)/avbuild/common.mak
|
||||
|
||||
ifeq (,$(filter %clean,$(MAKECMDGOALS)))
|
||||
ifeq (,$(filter %clean config,$(MAKECMDGOALS)))
|
||||
-include $(SUBDIR)lib$(NAME).version
|
||||
endif
|
||||
|
||||
|
Reference in New Issue
Block a user