[apparmor] [patch 12/13] parser - dbus code depends on yacc definitions

John Johansen john.johansen at canonical.com
Mon Oct 14 08:37:11 UTC 2013


On 10/10/2013 01:46 PM, Steve Beattie wrote:
> Fix Makefile to rebuild dbus object when yacc definitions change.
> 
> Signed-off-by: Steve Beattie <steve at nxnw.org>

Acked-by: John Johansen <john.johansen at canonical.com>

> ---
>  parser/Makefile |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> Index: b/parser/Makefile
> ===================================================================
> --- a/parser/Makefile
> +++ b/parser/Makefile
> @@ -214,7 +214,7 @@ mount.o: mount.c mount.h parser.h immuni
>  lib.o: lib.c lib.h parser.h
>  	$(CXX) $(EXTRA_CFLAGS) -c -o $@ $<
>  
> -dbus.o: dbus.c dbus.h parser.h immunix.h
> +dbus.o: dbus.c dbus.h parser.h immunix.h parser_yacc.h
>  	$(CXX) $(EXTRA_CFLAGS) -c -o $@ $<
>  
>  profile.o: profile.cc profile.h parser.h
> 
> 
> -- AppArmor mailing list AppArmor at lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/apparmor
> 




More information about the AppArmor mailing list