summaryrefslogtreecommitdiff
path: root/modules/sys_uio
diff options
context:
space:
mode:
Diffstat (limited to 'modules/sys_uio')
-rw-r--r--modules/sys_uio4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/sys_uio b/modules/sys_uio
index 1cb23da97b..1906544be3 100644
--- a/modules/sys_uio
+++ b/modules/sys_uio
@@ -21,8 +21,8 @@ BUILT_SOURCES += sys/uio.h
# We need the following in order to create <sys/uio.h> when the system
# doesn't have one that works with the given compiler.
sys/uio.h: sys_uio.in.h $(top_builddir)/config.status
- $(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' \