diff options
author | Alain Frisch <alain@frisch.fr> | 2010-04-30 13:27:35 +0000 |
---|---|---|
committer | Alain Frisch <alain@frisch.fr> | 2010-04-30 13:27:35 +0000 |
commit | c7ca3843a9a8c754077403a5c002aff74bef667f (patch) | |
tree | a3335eaf6c0b4804d73cddbc8ffda29cba35ccd6 /otherlibs | |
parent | ad42f8a8f68bbe1d4233605d3cba00e1992eac95 (diff) |
Fix 'make clean' under Windows.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@10337 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs')
-rw-r--r-- | otherlibs/num/Makefile.nt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |