diff options
author | Andreas Jaeger <aj@suse.de> | 2001-08-25 16:19:15 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2001-08-25 16:19:15 +0000 |
commit | 7dbadfc598fcd89b919fd194e06cd8dc31a54d8b (patch) | |
tree | 2dda7f5f10941ededa25d4f73fcf624b8de7ef28 /iconv | |
parent | cf44e2dd737fb0e6e75d68bc82df84de657d0a40 (diff) | |
download | glibc-7dbadfc598fcd89b919fd194e06cd8dc31a54d8b.tar.gz glibc-7dbadfc598fcd89b919fd194e06cd8dc31a54d8b.tar.xz glibc-7dbadfc598fcd89b919fd194e06cd8dc31a54d8b.zip |
(extra-objs): Add iconvconfig-modules so that make clean works.
Diffstat (limited to 'iconv')
-rw-r--r-- | iconv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iconv/Makefile b/iconv/Makefile index b4e427e21a..c5d0cd3833 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 |