[apparmor] [PATCH 10/10] Update Makefile dependencies
Steve Beattie
steve at nxnw.org
Sat Mar 12 17:30:20 UTC 2011
On Thu, Mar 10, 2011 at 12:36:00PM -0800, John Johansen wrote:
> Signed-off-by: John Johansen <john.johansen at canonical.com>
Acked-By: Steve Beattie <sbeattie at ubuntu.com>
> ---
> parser/libapparmor_re/Makefile | 8 ++++----
> 1 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/parser/libapparmor_re/Makefile b/parser/libapparmor_re/Makefile
> index ebbe2d2..1f50503 100644
> --- a/parser/libapparmor_re/Makefile
> +++ b/parser/libapparmor_re/Makefile
> @@ -18,19 +18,19 @@ libapparmor_re.a: parse.o expr-tree.o hfa.o compressed_hfa.o aare_rules.o
> expr-tree.o: expr-tree.cc expr-tree.h
> $(LINK.cc) $< -c -o $@
>
> -hfa.o: hfa.cc apparmor_re.h hfa.h
> +hfa.o: hfa.cc apparmor_re.h hfa.h ../immunix.h
> $(LINK.cc) $< -c -o $@
>
> -aare_rules.o: aare_rules.cc aare_rules.h
> +aare_rules.o: aare_rules.cc aare_rules.h apparmor_re.h expr-tree.h hfa.h compressed_hfa.h parse.h ../immunix.h
> $(LINK.cc) $< -c -o $@
>
> -compressed_hfa.o: compressed_hfa.cc compressed_hfa.h
> +compressed_hfa.o: compressed_hfa.cc compressed_hfa.h ../immunix.h
> $(LINK.cc) $< -c -o $@
>
> parse.o : parse.cc apparmor_re.h expr-tree.h
> $(LINK.cc) $< -c -o $@
>
> -parse.cc : parse.y flex-tables.h ../immunix.h
> +parse.cc : parse.y parse.h flex-tables.h ../immunix.h
> ${BISON} -o $@ $<
>
> clean:
--
Steve Beattie
<sbeattie at ubuntu.com>
http://NxNW.org/~steve/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <https://lists.ubuntu.com/archives/apparmor/attachments/20110312/11e2b3b0/attachment.pgp>
More information about the AppArmor
mailing list