File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1+ 2011-03-27 KO Myung-Hun <komh@chollian.net>
2+
3+ Fix installation on OS/2.
4+ * src/Makefile.in (all, iconv_no_i18n): Add $(EXEEXT) suffix to
5+ iconv_no_i18n. This is the recommended way to use libtool, see
6+ <http://lists.gnu.org/archive/html/bug-libtool/2009-04/msg00013.html>.
7+
182011-03-31 Bruno Haible <bruno@clisp.org>
29
310 gentranslit: Fix buffer overrun.
Original file line number Diff line number Diff line change @@ -70,11 +70,11 @@ OBJECTS_RES_no =
7070# i.e. during "make install". The intermediate 'iconv' executable is built
7171# without internationalization and not linked with libintl.
7272
73- all : iconv_no_i18n iconv.@OBJEXT@ $(OBJECTS_RES_@WOE32@ )
73+ all : iconv_no_i18n$( EXEEXT ) iconv.@OBJEXT@ $(OBJECTS_RES_@WOE32@ )
7474 test ` ls -ld . | sed -e ' s/^d\(.........\).*/\1/' ` = rwxrwxrwx || chmod 777 .
7575
7676# This is the temporary iconv executable, without internationalization.
77- iconv_no_i18n : iconv_no_i18n.@OBJEXT@ ../lib/libiconv.la $(OBJECTS_RES_@WOE32@ )
77+ iconv_no_i18n$( EXEEXT ) : iconv_no_i18n.@OBJEXT@ ../lib/libiconv.la $(OBJECTS_RES_@WOE32@ )
7878 $(LIBTOOL_LINK ) $(CC ) $(LDFLAGS ) $(CFLAGS ) iconv_no_i18n.@OBJEXT@ ../srclib/libicrt.a ../lib/libiconv.la $(OBJECTS_RES_@WOE32@ ) -o $@
7979
8080iconv_no_i18n.@OBJEXT@ : $(srcdir ) /iconv_no_i18n.c $(srcdir ) /iconv.c
You can’t perform that action at this time.
0 commit comments