diff options
author | David Henningsson <david.henningsson@canonical.com> | 2012-03-21 11:24:42 +0100 |
---|---|---|
committer | David Henningsson <david.henningsson@canonical.com> | 2012-03-21 12:30:45 +0100 |
commit | 208a49a4837c4439c2f105395da5b5bdc81f0169 (patch) | |
tree | cc5f87f8c55deb754ae363f789bc6ed0cd818ea9 | |
parent | 70eb40705dcae46edc9fed24d29d8f0c092bf276 (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.am | 2 |
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 |