summaryrefslogtreecommitdiff
path: root/modules/netdb
diff options
context:
space:
mode:
Diffstat (limited to 'modules/netdb')
-rw-r--r--modules/netdb5
1 files changed, 2 insertions, 3 deletions
diff --git a/modules/netdb b/modules/netdb
index 8f71cc878a..b81d389cd1 100644
--- a/modules/netdb
+++ b/modules/netdb
@@ -24,9 +24,8 @@ BUILT_SOURCES += netdb.h
# We need the following in order to create <netdb.h> when the system
# doesn't have one that works with the given compiler.
netdb.h: netdb.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
- $(AM_V_GEN)
-@NMD@ $(AM_V_at)$(MKDIR_P) '%reldir%'
- $(AM_V_at)$(SED_HEADER_STDOUT) \
+@NMD@ $(AM_V_GEN)$(MKDIR_P) '%reldir%'
+ $(gl_V_at)$(SED_HEADER_STDOUT) \
-e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \