[SCM] libav/master: Fix make dependencies to avoid spurious reconfigurations

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun May 11 18:50:56 UTC 2014


The following commit has been merged in the master branch:
commit 042f023149b53e409b7107db0dae3de43bb79d9f
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Sun May 11 13:59:18 2014 -0400

    Fix make dependencies to avoid spurious reconfigurations
    
    configure is a real file and must not be declared as PHONY

diff --git a/debian/rules b/debian/rules
index 6988b85..553a645 100755
--- a/debian/rules
+++ b/debian/rules
@@ -199,7 +199,7 @@ binary: binary-indep binary-arch
 
 .PHONY: build $(addprefix build-, $(FLAVORS)) \
 	clean \
-	configure $(addprefix configure-, $(FLAVORS)) \
+	$(addprefix configure-, $(FLAVORS)) \
 	binary binary-indep binary-arch \
 	install install-common install-extra \
 	get-orig-source

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list