From 10909da98af8a381935d8facbded8780fd52b5ca Mon Sep 17 00:00:00 2001 From: pmichaud Date: Mon, 16 Feb 2009 12:49:44 -0600 Subject: [PATCH] Make the fakecutable the default target. --- build/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Makefile.in b/build/Makefile.in index 6964ed76234..8769958109c 100644 --- a/build/Makefile.in +++ b/build/Makefile.in @@ -145,7 +145,7 @@ HARNESS_WITH_FUDGE_JOBS = $(HARNESS_WITH_FUDGE) --jobs # the default target -all: perl6.pbc +all: perl6$(EXE) ## targets for building a standalone perl6. # (We're not quite ready to make this a default target.)