make clean in iconv

Andreas Jaeger aj@suse.de
Fri Aug 24 13:58:00 GMT 2001


After make clean I still have:
./iconv:
total 28
-rw-r--r--    1 aj       users       25348 Aug 24 18:34 strtab.o

The appended patch fixes this.

Ok to commit?

Andreas

2001-08-24  Andreas Jaeger  <aj@suse.de>

	* iconv/Makefile (extra-objs): Add iconvconfig-modules so that
	make clean works.

============================================================
Index: iconv/Makefile
--- iconv/Makefile	2001/08/16 05:37:16	1.25
+++ iconv/Makefile	2001/08/24 18:33:46
@@ -40,7 +40,7 @@
 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

-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj



More information about the Libc-hacker mailing list