From f23eda2c5251db5a90f5fdd3b587d4c234ee70e4 Mon Sep 17 00:00:00 2001 From: Moritz Lenz Date: Fri, 20 Feb 2009 16:05:57 +0100 Subject: [PATCH] [build] remove perl6_s1.pbc during 'make clean' --- build/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/build/Makefile.in b/build/Makefile.in index 78adf17f538..130252b9099 100644 --- a/build/Makefile.in +++ b/build/Makefile.in @@ -128,6 +128,7 @@ CLEANUPS = \ *.pdb \ perl6$(O) \ perl6$(EXE) \ + perl6_s1.pbc \ installable_perl6$(EXE) \ Test.pir \ src/gen_*.pir \