src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 208a49a4837c4439c2f105395da5b5bdc81f0169 Author: David Henningsson <david.hennings...@canonical.com> Date: Wed Mar 21 11:24:42 2012 +0100
build-sys: padsp target should not be phony Prevent rebuilding padsp when it's not needed. Signed-off-by: David Henningsson <david.hennings...@canonical.com> diff --git a/src/Makefile.am b/src/Makefile.am index 0451da0..21ac310 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2056,4 +2056,4 @@ $(installmodlibexecLTLIBRARIES): install-pkglibLTLIBRARIES installpadsplibLTLIBRARIES = install-padsplibLTLIBRARIES $(installpadsplibLTLIBRARIES): install-libLTLIBRARIES -.PHONY: padsp massif update-all update-ffmpeg update-sbc update-map-file +.PHONY: massif update-all update-ffmpeg update-sbc update-map-file _______________________________________________ pulseaudio-commits mailing list pulseaudio-commits@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/pulseaudio-commits