diff options
Diffstat (limited to 'modules/scratch_buffer')
-rw-r--r-- | modules/scratch_buffer | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/scratch_buffer b/modules/scratch_buffer index 4b72958c67..f350586afa 100644 --- a/modules/scratch_buffer +++ b/modules/scratch_buffer @@ -27,8 +27,7 @@ BUILT_SOURCES += malloc/scratch_buffer.gl.h malloc/scratch_buffer.gl.h: malloc/scratch_buffer.h $(AM_V_GEN)$(MKDIR_P) '%reldir%/malloc' - $(AM_V_at)rm -f $@-t $@ && \ - { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|__always_inline|inline _GL_ATTRIBUTE_ALWAYS_INLINE|g' \ -e 's|__glibc_likely|_GL_LIKELY|g' \ -e 's|__glibc_unlikely|_GL_UNLIKELY|g' \ |