From 3a3cb4aaae959d46bdb759820690d9f9e39fb3fe Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 28 Jan 2007 20:14:37 +0000 Subject: [PATCH] * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use sys/time.h here, reverting that part of the previous patch: . remove it conditionally, too. [added by Jim Meyering] --- ChangeLog | 8 +++++++- modules/sys_time | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6f32be1653..c6077b7af7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,15 @@ +2007-01-28 Jim Meyering + + * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use + sys/time.h here, reverting that part of the previous patch: + . + 2007-01-28 Bruno Haible * 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 diff --git a/modules/sys_time b/modules/sys_time index 006b7afe7f..ffa714d131 100644 --- a/modules/sys_time +++ b/modules/sys_time @@ -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 -- 2.30.2