X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Ficonv-h;h=82330f6d0079b9914330f82e12ec7b77ba8b8212;hb=e8764024e68e11f153ba409bef4376129c20c073;hp=7cca5c5ccc5e831c786b32f875f22393dda1ef21;hpb=b4b6391081d1173278396afdf098be68b1768752;p=gnulib.git diff --git a/modules/iconv-h b/modules/iconv-h index 7cca5c5cc..82330f6d0 100644 --- a/modules/iconv-h +++ b/modules/iconv-h @@ -19,6 +19,7 @@ BUILT_SOURCES += $(ICONV_H) # We need the following in order to create when the system # doesn't have one that works with the given compiler. +if GL_GENERATE_ICONV_H iconv.h: iconv.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ @@ -37,6 +38,10 @@ iconv.h: iconv.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) < $(srcdir)/iconv.in.h; \ } > $@-t && \ mv $@-t $@ +else +iconv.h: $(top_builddir)/config.status + rm -f $@ +endif MOSTLYCLEANFILES += iconv.h iconv.h-t Include: