aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Iooss <nicolas.iooss@m4x.org>2016-04-26 23:17:58 +0200
committerJason Zaman <jason@perfinion.com>2016-05-13 13:07:33 +0800
commitd0ab68af0aad3a2d161d132dfe73b0e978b60b83 (patch)
tree08801cf6ab80e75c8438916f07b7877559ec72f9 /Rules.modular
parentAdd user namespace capability object classes. (diff)
downloadhardened-refpolicy-d0ab68af0aad3a2d161d132dfe73b0e978b60b83.tar.gz
hardened-refpolicy-d0ab68af0aad3a2d161d132dfe73b0e978b60b83.tar.bz2
hardened-refpolicy-d0ab68af0aad3a2d161d132dfe73b0e978b60b83.zip
Fix typo in module compilation message
Diffstat (limited to 'Rules.modular')
-rw-r--r--Rules.modular2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rules.modular b/Rules.modular
index c3c914a0..b1469f0b 100644
--- a/Rules.modular
+++ b/Rules.modular
@@ -71,7 +71,7 @@ $(modpkgdir)/%.pp: $(builddir)%.pp
# Build module packages
#
$(tmpdir)/%.mod: $(m4support) $(tmpdir)/generated_definitions.conf $(tmpdir)/all_interfaces.conf %.te
- @echo "Compliling $(NAME) $(@F) module"
+ @echo "Compiling $(NAME) $(@F) module"
@test -d $(tmpdir) || mkdir -p $(tmpdir)
$(verbose) $(M4) $(M4PARAM) -s $^ > $(@:.mod=.tmp)
$(verbose) $(CHECKMODULE) -m $(@:.mod=.tmp) -o $@