# HG changeset patch # User Jim Meyering # Date 1170015277 0 # Node ID 5b76fb112942ef1030a710c78538184de79df7d6 # Parent d12a7f6db48181ec80d7c5221b582d2fd6cc5f5f * 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] diff --git a/ChangeLog b/ChangeLog --- 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 --- 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