From 89fb052dbf3d727591ca9eedd47f6e1a71388435 Mon Sep 17 00:00:00 2001 From: Moritz Lenz Date: Wed, 23 Oct 2013 22:07:27 +0200 Subject: [PATCH] do not clean nqp_launcher it is created by Configure.pl, so a simple "make" does not rebuild it. Needs a better solution in the long term --- tools/build/Makefile-Parrot.in | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/build/Makefile-Parrot.in b/tools/build/Makefile-Parrot.in index cc083a87eb..ab36057326 100644 --- a/tools/build/Makefile-Parrot.in +++ b/tools/build/Makefile-Parrot.in @@ -426,7 +426,6 @@ P_CLEANUPS = \ nqp_group.h \ $(P_RUNNER)$(BAT) \ $(PARROT_BUILD_DIR)/$(P_RUNNER)$(BAT) \ - $(PARROT_BUILD_DIR)/nqp_launcher \ $(REGEX_PBC) \ $(HLL_PBC) \ $(NQP_MO_PBC) \