summaryrefslogtreecommitdiff
path: root/modules/poll-h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/poll-h')
-rw-r--r--modules/poll-h5
1 files changed, 2 insertions, 3 deletions
diff --git a/modules/poll-h b/modules/poll-h
index ef5bd7535e..ebb7fe533d 100644
--- a/modules/poll-h
+++ b/modules/poll-h
@@ -24,9 +24,8 @@ BUILT_SOURCES += poll.h
# We need the following in order to create <poll.h> when the system
# doesn't have one.
poll.h: poll.in.h $(top_builddir)/config.status $(CXXDEFS_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|@''HAVE_POLL_H''@|$(HAVE_POLL_H)|g' \
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \