Mercurial > hg > octave-jordi > gnulib-hg
diff modules/argz @ 9244:05ab779922b4
Rename argz_.h to argz.in.h.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Tue, 02 Oct 2007 00:05:40 +0200 |
parents | 8fe439f0150e |
children | 101fa85f1d56 |
line wrap: on
line diff
--- a/modules/argz +++ b/modules/argz @@ -2,7 +2,7 @@ Argv style string arrays in a single null delimited char*. Files: -lib/argz_.h +lib/argz.in.h lib/argz.c m4/argz.m4 @@ -16,9 +16,9 @@ # We need the following in order to create <argz.h> when the system # doesn't have one that works with the given compiler. -argz.h: argz_.h +argz.h: argz.in.h { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ - cat $(srcdir)/argz_.h; \ + cat $(srcdir)/argz.in.h; \ } > $@-t mv -f $@-t $@ MOSTLYCLEANFILES += argz.h argz.h-t