bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: underscores in gnulib file names


From: Jim Meyering
Subject: Re: underscores in gnulib file names
Date: Tue, 02 Oct 2007 10:02:09 +0200

Bruno Haible <address@hidden> wrote:
> Committed.
>
>> 2007-09-30  Bruno Haible  <address@hidden>
...
>>      * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
>>      unistd_.h.

I've just fixed the last one:
(thanks to Bob and his buildbot for spotting the
problem so quickly)

2007-10-02  Jim Meyering  <address@hidden>

        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/modules/unistd b/modules/unistd
index 4c7711c..06156eb 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; \
        } > address@hidden
        mv address@hidden $@
 MOSTLYCLEANFILES += unistd.h unistd.h-t




reply via email to

[Prev in Thread] Current Thread [Next in Thread]