diff options
Diffstat (limited to 'locale/Makefile')
-rw-r--r-- | locale/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/locale/Makefile b/locale/Makefile index d7036b0..c5387a3 100644 --- a/locale/Makefile +++ b/locale/Makefile @@ -47,7 +47,7 @@ extra-libs-others = $(extra-libs) libBrokenLocale-routines = broken_cur_max subdir-dirs = programs -vpath %.c programs ../crypt +vpath %.c programs vpath %.h programs vpath %.gperf programs @@ -69,8 +69,6 @@ endif 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 |