Merge "clean out libvpx-srcs.txt if built"

This commit is contained in:
Jim Bankoski 2013-06-20 15:10:16 -07:00 committed by Gerrit Code Review
commit 84490a1f3d

View File

@ -202,6 +202,7 @@ INSTALL-SRCS-$(CONFIG_CODEC_SRCS) += $(call enabled,CODEC_EXPORTS)
libvpx_srcs.txt:
@echo " [CREATE] $@"
@echo $(CODEC_SRCS) | xargs -n1 echo | sort -u > $@
CLEAN-OBJS += libvpx_srcs.txt
ifeq ($(CONFIG_EXTERNAL_BUILD),yes)