From: Andreas Jaeger Date: Sat, 25 Aug 2001 16:19:15 +0000 (+0000) Subject: (extra-objs): Add iconvconfig-modules so that make clean works. X-Git-Tag: cvs/glibc-2-2-5~357 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7dbadfc598fcd89b919fd194e06cd8dc31a54d8b;p=thirdparty%2Fglibc.git (extra-objs): Add iconvconfig-modules so that make clean works. --- diff --git a/iconv/Makefile b/iconv/Makefile index b4e427e21a4..c5d0cd3833c 100644 --- a/iconv/Makefile +++ b/iconv/Makefile @@ -40,7 +40,7 @@ vpath %.c ../locale/programs iconv_prog-modules = iconv_charmap charmap charmap-dir linereader \ dummy-repertoire simple-hash xstrdup xmalloc iconvconfig-modules = strtab xmalloc -extra-objs = $(iconv_prog-modules:=.o) +extra-objs = $(iconv_prog-modules:=.o) $(iconvconfig-modules:=.o) CFLAGS-iconv_prog.c = -I../locale/programs CFLAGS-iconv_charmap.c = -I../locale/programs CFLAGS-dummy-repertoire.c = -I../locale/programs