Rename lib/sysexit_.h to lib/sysexits_.h.
authorBruno Haible <bruno@clisp.org>
Fri, 27 Apr 2007 18:23:01 +0000 (18:23 +0000)
committerBruno Haible <bruno@clisp.org>
Fri, 27 Apr 2007 18:23:01 +0000 (18:23 +0000)
ChangeLog
modules/sysexits

index b53877e..a15313a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,13 @@
 2007-04-27  Bruno Haible  <bruno@clisp.org>
 
+       * lib/sysexits_.h: Renamed from lib/sysexit_.h.
+       * modules/sysexits (Files, Makefile.am): Update.
+
        * lib/sys_socket_.h: Renamed from lib/socket_.h.
-       * modules/sys_socket (Makefile.am): Update.
+       * modules/sys_socket (Files, Makefile.am): Update.
 
        * lib/sys_stat_.h: Renamed from lib/stat_.h.
-       * modules/sys_stat (Makefile.am): Update.
+       * modules/sys_stat (Files, Makefile.am): Update.
 
 2007-04-27  Eric Blake  <ebb9@byu.net>
 
index 521ec7d..d737e3a 100644 (file)
@@ -2,7 +2,7 @@ Description:
 Exit status codes for some BSD system programs.
 
 Files:
-lib/sysexit_.h
+lib/sysexits_.h
 m4/sysexits.m4
 
 Depends-on:
@@ -16,11 +16,11 @@ BUILT_SOURCES += $(SYSEXITS_H)
 
 # We need the following in order to create <sysexits.h> when the system
 # doesn't have one that works with the given compiler.
-sysexits.h: sysexit_.h
+sysexits.h: sysexits_.h
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -e 's|@''HAVE_SYSEXITS_H''@|$(HAVE_SYSEXITS_H)|g' \
              -e 's|@''ABSOLUTE_SYSEXITS_H''@|$(ABSOLUTE_SYSEXITS_H)|g' \
-             < $(srcdir)/sysexit_.h; \
+             < $(srcdir)/sysexits_.h; \
        } > $@-t
        mv -f $@-t $@
 MOSTLYCLEANFILES += sysexits.h sysexits.h-t