aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.m32
diff options
context:
space:
mode:
authorGuenter Knauf <lists@gknw.net>2010-08-18 16:08:20 +0200
committerGuenter Knauf <lists@gknw.net>2010-08-18 16:08:20 +0200
commit2b6208a6deecddf35842a28b056934659f45e244 (patch)
tree50e2d235fc7d48037496d45ec3bd1fce11f3b5b8 /lib/Makefile.m32
parent2f0532a0726e8c893e833bbbc9d5590c50ed13d1 (diff)
It is sufficient to pipe stderr to NUL to get rid of the nasty messages.
Diffstat (limited to 'lib/Makefile.m32')
-rw-r--r--lib/Makefile.m322
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.m32 b/lib/Makefile.m32
index 2e1a934bf..47b6729c1 100644
--- a/lib/Makefile.m32
+++ b/lib/Makefile.m32
@@ -47,7 +47,7 @@ LDFLAGS = -s
RANLIB = ranlib
RC = windres
RCFLAGS = --include-dir=../include -DDEBUGBUILD=0 -O COFF -i
-RM = del /q /f > NUL 2>&1
+RM = del /q /f 2>NUL
STRIP = strip -g
########################################################