From 208a49a4837c4439c2f105395da5b5bdc81f0169 Mon Sep 17 00:00:00 2001 From: David Henningsson Date: Wed, 21 Mar 2012 11:24:42 +0100 Subject: [PATCH 1/1] build-sys: padsp target should not be phony Prevent rebuilding padsp when it's not needed. Signed-off-by: David Henningsson --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2