changeset 8044:5b76fb112942

* modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use sys/time.h here, reverting that part of the previous patch: <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>. remove it conditionally, too. [added by Jim Meyering]
author Jim Meyering <jim@meyering.net>
date Sun, 28 Jan 2007 20:14:37 +0000
parents d12a7f6db481
children 7dcf8a1f2f5e
files ChangeLog modules/sys_time
diffstat 2 files changed, 8 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,15 @@
+2007-01-28  Jim Meyering  <jim@meyering.net>
+
+	* modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
+	sys/time.h here, reverting that part of the previous patch:
+	<http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
+
 2007-01-28  Bruno Haible  <bruno@clisp.org>
 
 	* modules/sys_time (Makefile.am): Build sys/time.h only when it's the
 	value of $(SYS_TIME_H).
 	[MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
-	remove it conditionally, too.
+	remove it conditionally, too. [added by Jim Meyering]
 	* m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
 	* m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
 	(gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
--- a/modules/sys_time
+++ b/modules/sys_time
@@ -28,7 +28,7 @@
 	      < $(srcdir)/sys_time_.h; \
 	} > $@-t
 	mv $@-t $@
-MOSTLYCLEANFILES += $(SYS_TIME_H) sys/time.h-t
+MOSTLYCLEANFILES += sys/time.h sys/time.h-t
 
 Include:
 #include <sys/time.h>