From: David Henningsson Date: Wed, 21 Mar 2012 10:24:42 +0000 (+0100) Subject: build-sys: padsp target should not be phony X-Git-Url: https://code.delx.au/pulseaudio/commitdiff_plain/208a49a4837c4439c2f105395da5b5bdc81f0169 build-sys: padsp target should not be phony Prevent rebuilding padsp when it's not needed. Signed-off-by: David Henningsson --- diff --git a/src/Makefile.am b/src/Makefile.am index 0451da08..21ac310e 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