summaryrefslogtreecommitdiff
path: root/modules/malloc-h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/malloc-h')
-rw-r--r--modules/malloc-h5
1 files changed, 2 insertions, 3 deletions
diff --git a/modules/malloc-h b/modules/malloc-h
index 7caada9c7c..085471e1ef 100644
--- a/modules/malloc-h
+++ b/modules/malloc-h
@@ -21,9 +21,8 @@ BUILT_SOURCES += malloc.h
# We need the following in order to create <malloc.h> when we add workarounds.
malloc.h: malloc.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_MALLOC_H''@|$(HAVE_MALLOC_H)|g' \
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \