From ad3c6dd2ec050922aaeaa71eddeccabdfcccd08f Mon Sep 17 00:00:00 2001 From: KO Myung-Hun Date: Sun, 27 Mar 2011 12:46:07 +0900 Subject: [PATCH 1/2] Add $(EXEEXT) to 'iconv_no_i18n' --- src/Makefile.in | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile.in b/src/Makefile.in index b2f5c6f..bea1e2c 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -70,11 +70,11 @@ OBJECTS_RES_no = # i.e. during "make install". The intermediate 'iconv' executable is built # without internationalization and not linked with libintl. -all : iconv_no_i18n address@hidden@ $(address@hidden@) +all : iconv_no_i18n$(EXEEXT) address@hidden@ $(address@hidden@) test `ls -ld . | sed -e 's/^d\(.........\).*/\1/'` = rwxrwxrwx || chmod 777 . # This is the temporary iconv executable, without internationalization. -iconv_no_i18n : address@hidden@ ../lib/libiconv.la $(address@hidden@) +iconv_no_i18n$(EXEEXT) : address@hidden@ ../lib/libiconv.la $(address@hidden@) $(LIBTOOL_LINK) $(CC) $(LDFLAGS) $(CFLAGS) address@hidden@ ../srclib/libicrt.a ../lib/libiconv.la $(address@hidden@) -o $@ address@hidden@ : $(srcdir)/iconv_no_i18n.c $(srcdir)/iconv.c -- 1.7.3.2