diff modules/selinux-h @ 12516:94cbe360f46e

modules/selinux-h: Depend on $(UNUSED_PARAMETER_H).
author Simon Josefsson <simon@josefsson.org>
date Tue, 29 Dec 2009 08:02:30 +0100 (2009-12-29)
parents 92194f05b35f
children a19ace3ba849
line wrap: on
line diff
--- 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! */' && \