diff options
Diffstat (limited to 'malloc/Makefile')
-rw-r--r-- | malloc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/malloc/Makefile b/malloc/Makefile index bad756aa64..8a7fe14d92 100644 --- a/malloc/Makefile +++ b/malloc/Makefile @@ -70,7 +70,7 @@ lib: $(objpfx)libmcheck.a #CPPFLAGS-malloc.o += -DMALLOC_DEBUG $(objpfx)mtrace: mtrace.pl - rm -fr %@.new + rm -f $@.new sed -e 's|@PERL@|$(PERL)|' -e 's|@XXX@|$(address-width)|' \ -e 's|@VERSION@|$(version)|' $^ > $@.new \ && rm -fr $@ && mv $@.new $@ && chmod +x $@ |