* modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
authorJim Meyering <jim@meyering.net>
Sun, 28 Jan 2007 20:14:37 +0000 (20:14 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 28 Jan 2007 20:14:37 +0000 (20:14 +0000)
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]

ChangeLog
modules/sys_time

index 6f32be16530ac2ec710fdaf2e797caf2b0a7eae6..c6077b7af778570b7d4907ac778774770f9e9996 100644 (file)
--- 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
index 006b7afe7f2cc8ff8b1905a31aaa90679b1928ef..ffa714d13136c679e4e7688124aa7b3e16cc94d3 100644 (file)
@@ -28,7 +28,7 @@ sys/time.h: sys_time_.h
              < $(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>