Hello, Am Montag, 14. September 2015 schrieb John Johansen: > Signed-off-by: John Johansen <[email protected]> > --- > parser/libapparmor_re/Makefile | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/parser/libapparmor_re/Makefile > b/parser/libapparmor_re/Makefile index bb22b5a..f66702a 100644 > --- a/parser/libapparmor_re/Makefile > +++ b/parser/libapparmor_re/Makefile > @@ -24,13 +24,13 @@ UNITTESTS = tst_parse > libapparmor_re.a: parse.o expr-tree.o hfa.o chfa.o aare_rules.o > ar ${ARFLAGS} $@ $^ > > -expr-tree.o: expr-tree.cc expr-tree.h > +expr-tree.o: expr-tree.cc expr-tree.h apparmor_re.h > > -hfa.o: hfa.cc apparmor_re.h hfa.h ../immunix.h > +hfa.o: hfa.cc hfa.h apparmor_re.h expr-tree.h ../immunix.h > > aare_rules.o: aare_rules.cc aare_rules.h apparmor_re.h expr-tree.h > hfa.h chfa.h parse.h ../immunix.h > > -chfa.o: chfa.cc chfa.h ../immunix.h > +chfa.o: chfa.cc chfa.h hfa.h apparmor_re.h expr-tree.h flex-tables.h > ../immunix.h
Patch 2/9 makes this patch obsolete (by alwayys depending on all headers), nevertheless Acked-by: Christian Boltz <[email protected]> Regards, Christian Boltz -- [CR/LF] Beides sind uralte Begriffe, die noch aus der Zeit der Schreibmaschinen stammen (das sind so komische Geräte mit denen man Buchstaben und Zahlen auf Papier bekam, ohne das ein Computer und ein Drucker dazwischen hing:-))). [Nico Jochens in suse-linux] -- AppArmor mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/apparmor
