Use the GEN silent rule when generating gperf files

This commit is contained in:
Martin Willi
2013-05-06 15:04:56 +02:00
parent 84c00e71b7
commit 9f1dfd88c8
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -11,4 +11,5 @@ MAINTAINERCLEANFILES = stroke_keywords.c
AM_CFLAGS = -DIPSEC_PIDDIR=\"${piddir}\"
stroke_keywords.c: $(srcdir)/stroke_keywords.txt $(srcdir)/stroke_keywords.h
$(AM_V_GEN) \
$(GPERF) -m 10 -D -C -G -t < $(srcdir)/stroke_keywords.txt > $@