summaryrefslogtreecommitdiff
path: root/modules/pthread-h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/pthread-h')
-rw-r--r--modules/pthread-h6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/pthread-h b/modules/pthread-h
index 6f595d1b13..e4f3073ba0 100644
--- a/modules/pthread-h
+++ b/modules/pthread-h
@@ -30,9 +30,9 @@ BUILT_SOURCES += pthread.h
# We need the following in order to create <pthread.h> when the system
# doesn't have one that works with the given compiler.
pthread.h: pthread.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(_NORETURN_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
- $(AM_V_GEN)rm -f $@-t $@ && \
-@NMD@ $(MKDIR_P) '%reldir%' && \
- { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
+ $(AM_V_GEN)
+@NMD@ $(AM_V_at)$(MKDIR_P) '%reldir%'
+ $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
-e 's|@''HAVE_PTHREAD_H''@|$(HAVE_PTHREAD_H)|g' \
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \