From 024e9539acd756ae9319fd8d18d4fe92c01870f3 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Wed, 16 Jun 2010 12:10:34 +0200 Subject: [PATCH] gst-libs: Fixup make distclean for new ffmpeg --- gst-libs/ext/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/gst-libs/ext/Makefile.am b/gst-libs/ext/Makefile.am index 367274b..4f85728 100644 --- a/gst-libs/ext/Makefile.am +++ b/gst-libs/ext/Makefile.am @@ -25,6 +25,7 @@ dist-clean: cd ffmpeg && $(MAKE) distclean rm -rf $(TMP_DIST_DIR) rm -f Makefile + rm -f ffmpeg/.version distclean: dist-clean -- 2.7.4