summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 0643e28..6c7f95a 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -394,13 +394,13 @@ multiple_scanners_r_2.h: multiple_scanners_r_2.c
top_main.$(OBJEXT): top.h
top.h: top.c
-# Most test priductions can be autogenerated from ruleset files, but
+# Most test productions can be autogenerated from ruleset files, but
# automake has no way to specify such things with a loop in a variable
# (even though make can do such things) and the resultant list is both
-# long an unenlightening. And it can be / is generated by a shell
+# long and unenlightening. And it can be / is generated by a shell
# script, ruleset.sh.
-$(srcdir)/ruleset.am: $(srcdir)/ruleset.sh
+$(srcdir)/ruleset.am: $(srcdir)/ruleset.sh $(srcdir)/*.rules
$(SHELL) $(srcdir)/ruleset.sh nr r c99 > $(srcdir)/ruleset.am
include $(srcdir)/ruleset.am