mirror of https://git.ffmpeg.org/ffmpeg.git
build: Skip generating .version files when cleaning
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
27a86b8ece
commit
cbe181c8e1
|
@ -1,6 +1,8 @@
|
|||
include $(SRC_PATH)/ffbuild/common.mak
|
||||
|
||||
ifeq (,$(filter %clean,$(MAKECMDGOALS)))
|
||||
-include $(SUBDIR)lib$(NAME).version
|
||||
endif
|
||||
|
||||
LIBVERSION := $(lib$(NAME)_VERSION)
|
||||
LIBMAJOR := $(lib$(NAME)_VERSION_MAJOR)
|
||||
|
|
Loading…
Reference in New Issue