# HG changeset patch # User Simon Josefsson # Date 1262070150 -3600 # Node ID 94cbe360f46eaf7878e92d4f58763e5feb6a577c # Parent a474efd2d26891ba5e7b6bd252076871e3d8c73c modules/selinux-h: Depend on $(UNUSED_PARAMETER_H). diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-12-29 Simon Josefsson + + * modules/selinux-h (selinux/selinux.h, selinux/context.h): Depend + on $(UNUSED_PARAMETER_H) to avoid build failure. + 2009-12-28 Jim Meyering update-copyright: you may specify a max. line length other than 72 diff --git a/modules/selinux-h b/modules/selinux-h --- a/modules/selinux-h +++ b/modules/selinux-h @@ -21,7 +21,7 @@ lib_SOURCES += se-context.in.h se-selinux.in.h BUILT_SOURCES += selinux/selinux.h -selinux/selinux.h: se-selinux.in.h +selinux/selinux.h: se-selinux.in.h $(UNUSED_PARAMETER_H) $(AM_V_at)$(MKDIR_P) selinux $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ @@ -36,7 +36,7 @@ MOSTLYCLEANFILES += selinux/selinux.h selinux/selinux.h-t BUILT_SOURCES += $(SELINUX_CONTEXT_H) -selinux/context.h: se-context.in.h +selinux/context.h: se-context.in.h $(UNUSED_PARAMETER_H) $(AM_V_at)$(MKDIR_P) selinux $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \