X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fargz;h=7f21c008ae3dcb07b80bf9c1b1b46ea943bedf9d;hb=08abcea001d0d84e74956d181755df7efa05bc3d;hp=5d14e05496acb1fd8f0b753c2c16fcf735af0228;hpb=5143f4e91f44130093914be7cf05873c7d8a4369;p=gnulib.git diff --git a/modules/argz b/modules/argz index 5d14e0549..7f21c008a 100644 --- a/modules/argz +++ b/modules/argz @@ -13,21 +13,21 @@ gl_FUNC_ARGZ Makefile.am: BUILT_SOURCES += $(ARGZ_H) -EXTRA_DIST += argz_.h -# We need the following in order to create an when the system +# We need the following in order to create when the system # doesn't have one that works with the given compiler. -all-local $(lib_OBJECTS): $(ARGZ_H) argz.h: argz_.h - cp $(srcdir)/argz_.h $@-t - mv $@-t $@ + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + cat $(srcdir)/argz_.h; \ + } > $@-t + mv -f $@-t $@ MOSTLYCLEANFILES += argz.h argz.h-t Include: License: -GPL +LGPLv2+ Maintainer: bug-libtool@gnu.org