summaryrefslogtreecommitdiff
path: root/modules/sys_wait
diff options
context:
space:
mode:
Diffstat (limited to 'modules/sys_wait')
-rw-r--r--modules/sys_wait4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/sys_wait b/modules/sys_wait
index e46fbb9d9e..18a317c394 100644
--- a/modules/sys_wait
+++ b/modules/sys_wait
@@ -22,8 +22,8 @@ BUILT_SOURCES += sys/wait.h
# We need the following in order to create <sys/wait.h> when the system
# has one that is incomplete.
sys/wait.h: sys_wait.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_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|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \