On Wed, Jun 24, 2015 at 02:44:13PM -0700, Steve Beattie wrote: > My testing of this patch did uncover one problem with incremental > builds, a missing make dependency on the libapparmor_re/aare_rules.h > header. > > Signed-off-by: Steve Beattie <[email protected]>
Acked for both 2.9 and trunk Acked-by: Seth Arnold <[email protected]> Thanks > --- > parser/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > Index: b/parser/Makefile > =================================================================== > --- a/parser/Makefile > +++ b/parser/Makefile > @@ -213,7 +213,7 @@ parser_include.o: parser_include.c parse > parser_merge.o: parser_merge.c parser.h profile.h > $(CXX) $(EXTRA_CFLAGS) -c -o $@ $< > > -parser_regex.o: parser_regex.c parser.h profile.h > libapparmor_re/apparmor_re.h $(APPARMOR_H) > +parser_regex.o: parser_regex.c parser.h profile.h > libapparmor_re/apparmor_re.h libapparmor_re/aare_rules.h $(APPARMOR_H) > $(CXX) $(EXTRA_CFLAGS) -c -o $@ $< > > parser_symtab.o: parser_symtab.c parser.h >
signature.asc
Description: Digital signature
-- AppArmor mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/apparmor
