summaryrefslogtreecommitdiff
path: root/modules/dirent
diff options
context:
space:
mode:
Diffstat (limited to 'modules/dirent')
-rw-r--r--modules/dirent6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/dirent b/modules/dirent
index 08d42e7067..0a0989dffb 100644
--- a/modules/dirent
+++ b/modules/dirent
@@ -24,9 +24,9 @@ BUILT_SOURCES += dirent.h
# We need the following in order to create <dirent.h> when the system
# doesn't have one that works with the given compiler.
dirent.h: dirent.in.h $(top_builddir)/config.status $(CXXDEFS_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_DIRENT_H''@|$(HAVE_DIRENT_H)|g' \
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \