summaryrefslogtreecommitdiff
path: root/testprogs/win32
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2010-05-19 11:51:56 +0200
committerStefan Metzmacher <metze@samba.org>2010-05-19 13:57:04 +0200
commit38d1776c794a0a5693d5233a0767c4f5d7440f19 (patch)
tree0cf3ac4a73e0c6a0f5611e4e5419328d9e715bd7 /testprogs/win32
parentd133ef997d0e64e25ab7f34ff67af8ffd09e366b (diff)
downloadsamba-38d1776c794a0a5693d5233a0767c4f5d7440f19.tar.gz
samba-38d1776c794a0a5693d5233a0767c4f5d7440f19.tar.bz2
samba-38d1776c794a0a5693d5233a0767c4f5d7440f19.zip
testprogs/win32/npecho: use 'rm -f' instead of 'del' on unix
metze
Diffstat (limited to 'testprogs/win32')
-rwxr-xr-xtestprogs/win32/npecho/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/testprogs/win32/npecho/GNUmakefile b/testprogs/win32/npecho/GNUmakefile
index 64fb79f5cc..cc08ba74a1 100755
--- a/testprogs/win32/npecho/GNUmakefile
+++ b/testprogs/win32/npecho/GNUmakefile
@@ -19,5 +19,5 @@ CC = i586-mingw32msvc-gcc
$(CC) $(CFLAGS) -o $@ $< $(LIBS)
clean:
- del *~ *.obj *.exe
+ rm -f *~ *.obj *.exe