summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Henningsson <david.henningsson@canonical.com>2012-03-21 11:24:42 +0100
committerDavid Henningsson <david.henningsson@canonical.com>2012-03-21 12:30:45 +0100
commit208a49a4837c4439c2f105395da5b5bdc81f0169 (patch)
treecc5f87f8c55deb754ae363f789bc6ed0cd818ea9
parent70eb40705dcae46edc9fed24d29d8f0c092bf276 (diff)
build-sys: padsp target should not be phony
Prevent rebuilding padsp when it's not needed. Signed-off-by: David Henningsson <david.henningsson@canonical.com>
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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