We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40384c8 commit b01c939Copy full SHA for b01c939
security/selinux/Makefile
@@ -33,11 +33,10 @@ $(addprefix $(obj)/,$(selinux-y)): $(obj)/flask.h
33
quiet_cmd_genhdrs = GEN $(addprefix $(obj)/,$(genhdrs))
34
cmd_genhdrs = $< $(addprefix $(obj)/,$(genhdrs))
35
36
-# see the note above, replace the $targets and 'flask.h' rule with the lines
37
-# below:
38
-# targets += $(genhdrs)
+targets += $(genhdrs)
+
+# see the note above, replace the 'flask.h' rule with the line below:
39
# $(addprefix $(obj)/,$(genhdrs)) &: $(obj)/genheaders FORCE
40
-targets += flask.h
41
$(obj)/flask.h: $(obj)/genheaders FORCE
42
$(call if_changed,genhdrs)
43
0 commit comments