testprogs/win32/npecho: use 'rm -f' instead of 'del' on unix
authorStefan Metzmacher <metze@samba.org>
Wed, 19 May 2010 09:51:56 +0000 (11:51 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 19 May 2010 11:57:04 +0000 (13:57 +0200)
metze

testprogs/win32/npecho/GNUmakefile

index 64fb79f5cc54d99cd6be871f3a35f92e4568d199..cc08ba74a1629e6d45d093af932855aacbd424a0 100755 (executable)
@@ -19,5 +19,5 @@ CC = i586-mingw32msvc-gcc
        $(CC) $(CFLAGS) -o $@ $< $(LIBS)
 
 clean:
-       del *~ *.obj *.exe
+       rm -f *~ *.obj *.exe