gperf: remove -m option, not recognize by FreeBSD

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2008-08-22 17:34:20 +02:00
parent 2efbdb76ba
commit f747352c84
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ do_c() {
exit 1; exit 1;
fi; fi;
cat <<EOF | gperf -m16 -l -t -C -F",0" \ cat <<EOF | gperf -l -t -C -F",0" \
--language=ANSI-C -Na_tokenize_aux \ --language=ANSI-C -Na_tokenize_aux \
| sed -e '/__gnu_inline__/d;s/\<\(__\|\)inline\>//g' | sed -e '/__gnu_inline__/d;s/\<\(__\|\)inline\>//g'
%{ %{