summaryrefslogtreecommitdiff
path: root/modules/selinux-h
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-12-29 08:02:30 +0100
committerSimon Josefsson <simon@josefsson.org>2009-12-29 08:02:30 +0100
commitfd3a867e03f91196aa121ff196e1bff2340edab4 (patch)
treee048ea61a0f51464999e075e8fe35348be8940e9 /modules/selinux-h
parent4052c269142df96c1ac0a7351307dd2cc193fc4b (diff)
downloadgnulib-fd3a867e03f91196aa121ff196e1bff2340edab4.tar.gz
modules/selinux-h: Depend on $(UNUSED_PARAMETER_H).
Diffstat (limited to 'modules/selinux-h')
-rw-r--r--modules/selinux-h4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/selinux-h b/modules/selinux-h
index a715a2cb43..12dd20d889 100644
--- a/modules/selinux-h
+++ b/modules/selinux-h
@@ -21,7 +21,7 @@ Makefile.am:
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 @@ selinux/selinux.h: se-selinux.in.h
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! */' && \