From c7ca3843a9a8c754077403a5c002aff74bef667f Mon Sep 17 00:00:00 2001 From: Alain Frisch Date: Fri, 30 Apr 2010 13:27:35 +0000 Subject: [PATCH] Fix 'make clean' under Windows. git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@10337 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02 --- otherlibs/num/Makefile.nt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otherlibs/num/Makefile.nt b/otherlibs/num/Makefile.nt index b986460cc..16103b2b0 100644 --- a/otherlibs/num/Makefile.nt +++ b/otherlibs/num/Makefile.nt @@ -25,7 +25,7 @@ COBJS=bng.$(O) nat_stubs.$(O) include ../Makefile.nt clean:: - cd test ; $(MAKEREC) clean + rm -f *~ bng.$(O): bng.h bng_digit.c \ bng_alpha.c bng_amd64.c bng_ia32.c bng_mips.c bng_ppc.c bng_sparc.c