summaryrefslogtreecommitdiff
path: root/modules/sys_times
diff options
context:
space:
mode:
Diffstat (limited to 'modules/sys_times')
-rw-r--r--modules/sys_times6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/sys_times b/modules/sys_times
index 1b6f8375b6..4cbaae5215 100644
--- a/modules/sys_times
+++ b/modules/sys_times
@@ -18,13 +18,13 @@ BUILT_SOURCES += $(SYS_TIMES_H)
# We need the following in order to create <sys/times.h> when the system
# doesn't have one that works with the given compiler.
sys/times.h: sys_times.in.h
- @MKDIR_P@ sys
- rm -f $@-t $@
+ $(AM_V_at)@MKDIR_P@ sys
+ $(AM_V_GEN)rm -f $@-t $@ && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''GNULIB_TIMES''@|$(GNULIB_TIMES)|g' \
-e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
< $(srcdir)/sys_times.in.h; \
- } > $@-t
+ } > $@-t && \
mv $@-t $@
MOSTLYCLEANFILES += sys/times.h sys/times.h-t
MOSTLYCLEANDIRS += sys