summaryrefslogtreecommitdiff
path: root/modules/sys_times
diff options
context:
space:
mode:
Diffstat (limited to 'modules/sys_times')
-rw-r--r--modules/sys_times4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/sys_times b/modules/sys_times
index 704fc17cb7..68cb605185 100644
--- a/modules/sys_times
+++ b/modules/sys_times
@@ -21,8 +21,8 @@ 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 $(top_builddir)/config.status $(WARN_ON_USE_H) $(ARG_NONNULL_H)
- $(AM_V_at)$(MKDIR_P) '%reldir%/sys'
- $(AM_V_GEN)rm -f $@-t $@ && \
+ $(AM_V_GEN)$(MKDIR_P) '%reldir%/sys'
+ $(AM_V_at)rm -f $@-t $@ && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
-e 's/@''HAVE_SYS_TIMES_H''@/$(HAVE_SYS_TIMES_H)/g' \