Perform one more "_.h" -> ".in.h" substitution.
authorJim Meyering <jim@meyering.net>
Tue, 2 Oct 2007 07:57:35 +0000 (09:57 +0200)
committerJim Meyering <jim@meyering.net>
Tue, 2 Oct 2007 07:57:44 +0000 (09:57 +0200)
* modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
instead of unistd_.h here, too.

ChangeLog
modules/unistd

index 5c5a6fa..6b1f493 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-10-02  Jim Meyering  <jim@meyering.net>
+
+       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  <bruno@clisp.org>
 
        * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
index 4c7711c..06156eb 100644 (file)
@@ -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