summaryrefslogtreecommitdiff
path: root/modules/sys_socket
diff options
context:
space:
mode:
Diffstat (limited to 'modules/sys_socket')
-rw-r--r--modules/sys_socket4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/sys_socket b/modules/sys_socket
index dae62f250e..263d356482 100644
--- a/modules/sys_socket
+++ b/modules/sys_socket
@@ -31,8 +31,8 @@ lib_SOURCES += sys_socket.c
# We need the following in order to create <sys/socket.h> when the system
# doesn't have one that works with the given compiler.
sys/socket.h: sys_socket.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(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|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \