From 3f57323e35a3258011bdb56374c78a9461336ce7 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 2 Oct 2007 00:10:04 +0200 Subject: [PATCH] Rename fcntl_.h to fcntl.in.h. --- ChangeLog | 3 +++ lib/{fcntl_.h => fcntl.in.h} | 0 modules/fcntl | 6 +++--- 3 files changed, 6 insertions(+), 3 deletions(-) rename lib/{fcntl_.h => fcntl.in.h} (100%) diff --git a/ChangeLog b/ChangeLog index 235c0ebf8..a0cdb541b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,9 @@ * lib/dirent.in.h: Renamed from lib/dirent_.h. * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of dirent_.h. + * lib/fcntl.in.h: Renamed from lib/fcntl_.h. + * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of + fcntl_.h. 2007-09-30 Bruno Haible diff --git a/lib/fcntl_.h b/lib/fcntl.in.h similarity index 100% rename from lib/fcntl_.h rename to lib/fcntl.in.h diff --git a/modules/fcntl b/modules/fcntl index 68fe6ffa6..0fafba33e 100644 --- a/modules/fcntl +++ b/modules/fcntl @@ -2,7 +2,7 @@ Description: Like , but with non-working flags defined to 0. Files: -lib/fcntl_.h +lib/fcntl.in.h m4/fcntl_h.m4 Depends-on: @@ -17,12 +17,12 @@ BUILT_SOURCES += $(FCNTL_H) # We need the following in order to create when the system # doesn't have one that works with the given compiler. -fcntl.h: fcntl_.h +fcntl.h: fcntl.in.h rm -f $@-t $@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \ -e 's|@''NEXT_FCNTL_H''@|$(NEXT_FCNTL_H)|g' \ - < $(srcdir)/fcntl_.h; \ + < $(srcdir)/fcntl.in.h; \ } > $@-t mv $@-t $@ MOSTLYCLEANFILES += fcntl.h fcntl.h-t -- 2.11.0