X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fargz;h=30b474f5fb68c4cc1e53a84e496d7490c532de05;hb=dd83ea9ba1ae52c2d34d3cd70562026570310783;hp=63a6a29cdfd20a007853c20bc890de138f875bab;hpb=0f55f1467a309da866fb443de970845827853569;p=gnulib.git diff --git a/modules/argz b/modules/argz index 63a6a29cd..30b474f5f 100644 --- a/modules/argz +++ b/modules/argz @@ -13,12 +13,13 @@ gl_FUNC_ARGZ Makefile.am: BUILT_SOURCES += $(ARGZ_H) -EXTRA_DIST += argz_.h # We need the following in order to create when the system # doesn't have one that works with the given compiler. argz.h: argz_.h - cp -f $(srcdir)/argz_.h $@-t + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + cat $(srcdir)/argz_.h; \ + } > $@-t mv -f $@-t $@ MOSTLYCLEANFILES += argz.h argz.h-t