diff options
Diffstat (limited to 'locale')
-rw-r--r-- | locale/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/locale/Makefile b/locale/Makefile index 42c6772ceb..84f3c930ba 100644 --- a/locale/Makefile +++ b/locale/Makefile @@ -59,6 +59,8 @@ GPERFFLAGS = -acCgopt -k1,2,5,9,$$ -L ANSI-C include ../Rules +CFLAGS-md5.c = -I../crypt + programs/%-kw.h: programs/%-kw.gperf cd programs \ && $(GPERF) $(GPERFFLAGS) -N $(@F:-kw.h=_hash) $(<F) > $(@F).new |