(extra-objs): Add iconvconfig-modules so that make clean works.
authorAndreas Jaeger <aj@suse.de>
Sat, 25 Aug 2001 16:19:15 +0000 (16:19 +0000)
committerAndreas Jaeger <aj@suse.de>
Sat, 25 Aug 2001 16:19:15 +0000 (16:19 +0000)
iconv/Makefile

index b4e427e..c5d0cd3 100644 (file)
@@ -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