forked from FFmpeg/FFmpeg
build: Skip generating .version files when reconfiguring
The .version files are only relevant during an actual build.
This commit is contained in:
parent
a876958d0f
commit
f960fd2fb1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue