From 0af0cb5d892334aabd74bfbe621baa4ef3c29fd6 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 2 Oct 2007 09:57:35 +0200 Subject: [PATCH] Perform one more "_.h" -> ".in.h" substitution. * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in instead of unistd_.h here, too. --- ChangeLog | 6 ++++++ modules/unistd | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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 -- 2.11.0