Revert "gperf under FreeBSD does not know the -m option."

This reverts commit 0ead254919.
This commit is contained in:
Tobias Brunner
2009-07-16 15:15:09 +02:00
parent 233a132634
commit 599d2bcea8
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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 > $@