diff --git a/refpolicy/Rules.monolithic b/refpolicy/Rules.monolithic
index bb3133e..02a5f08 100644
--- a/refpolicy/Rules.monolithic
+++ b/refpolicy/Rules.monolithic
@@ -160,7 +160,7 @@ $(TMPDIR)/all_attrs_types.conf $(TMPDIR)/only_te_rules.conf $(TMPDIR)/all_post.c
 enableaudit: $(POLICY_CONF)
 	@test -d $(TMPDIR) || mkdir -p $(TMPDIR)
 	@echo "Removing dontaudit rules from $(notdir $(POLICY_CONF))"
-	$(verbose) $(GREP) -v dontaudit @^ > $(TMPDIR)/policy.audit
+	$(verbose) $(GREP) -v dontaudit $^ > $(TMPDIR)/policy.audit
 	$(verbose) mv $(TMPDIR)/policy.audit $(POLICY_CONF)
 
 ########################################