changeset 8740:d3c02a847d01

Rename lib/sysexit_.h to lib/sysexits_.h.
author Bruno Haible <bruno@clisp.org>
date Fri, 27 Apr 2007 18:23:01 +0000
parents 11a0d726db9f
children a2148af6f0e5
files ChangeLog modules/sysexits
diffstat 2 files changed, 8 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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>
 
--- a/modules/sysexits
+++ b/modules/sysexits
@@ -2,7 +2,7 @@
 Exit status codes for some BSD system programs.
 
 Files:
-lib/sysexit_.h
+lib/sysexits_.h
 m4/sysexits.m4
 
 Depends-on:
@@ -16,11 +16,11 @@
 
 # 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