From f80a60d1a0bbefaf4c5a2f7ec0975f052d5dc414 Mon Sep 17 00:00:00 2001 From: Xavier Clerc Date: Mon, 3 May 2010 09:38:04 +0000 Subject: [PATCH] Typo in the deletion of bytecode programs. git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@10350 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02 --- testsuite/tests/runtime-errors/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/tests/runtime-errors/Makefile b/testsuite/tests/runtime-errors/Makefile index 62f05380e..4945c1f80 100644 --- a/testsuite/tests/runtime-errors/Makefile +++ b/testsuite/tests/runtime-errors/Makefile @@ -20,6 +20,6 @@ run: done clean: defaultclean - @rm -f *.byte *.native *.result + @rm -f *.bytecode *.native *.result include ../../makefiles/Makefile.common