diff options
Diffstat (limited to 'src/stroke/Makefile.am')
-rw-r--r-- | src/stroke/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stroke/Makefile.am b/src/stroke/Makefile.am index 22f317f8f..afca95fce 100644 --- a/src/stroke/Makefile.am +++ b/src/stroke/Makefile.am @@ -8,4 +8,4 @@ MAINTAINERCLEANFILES = stroke_keywords.c AM_CFLAGS = -DIPSEC_PIDDIR=\"${piddir}\" stroke_keywords.c: $(srcdir)/stroke_keywords.txt $(srcdir)/stroke_keywords.h - $(GPERF) -D -C -G -t < $(srcdir)/stroke_keywords.txt > $@ + $(GPERF) -m 10 -D -C -G -t < $(srcdir)/stroke_keywords.txt > $@ |