From: Jim Meyering Date: Tue, 2 Oct 2007 07:57:35 +0000 (+0200) Subject: Perform one more "_.h" -> ".in.h" substitution. X-Git-Tag: v0.0~148 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=0af0cb5d892334aabd74bfbe621baa4ef3c29fd6;p=gnulib.git Perform one more "_.h" -> ".in.h" substitution. * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in instead of unistd_.h here, too. --- diff --git a/ChangeLog b/ChangeLog index 5c5a6fafe..6b1f493aa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-10-02 Jim Meyering + + Perform one more "_.h" -> ".in.h" substitution. + * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in + instead of unistd_.h here, too. + 2007-10-01 Bruno Haible * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c. diff --git a/modules/unistd b/modules/unistd index 4c7711caa..06156eb27 100644 --- a/modules/unistd +++ b/modules/unistd @@ -43,7 +43,7 @@ unistd.h: unistd.in.h -e 's|@''REPLACE_GETCWD''@|$(REPLACE_GETCWD)|g' \ -e 's|@''REPLACE_LCHOWN''@|$(REPLACE_LCHOWN)|g' \ -e 's|@''REPLACE_LSEEK''@|$(REPLACE_LSEEK)|g' \ - < $(srcdir)/unistd_.h; \ + < $(srcdir)/unistd.in.h; \ } > $@-t mv $@-t $@ MOSTLYCLEANFILES += unistd.h unistd.h-t