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