Author: chromatic
Date: Sat Mar 29 15:08:41 2008
New Revision: 26635
Modified:
trunk/config/gen/makefiles/root.in
Log:
[config] Removed circular perl6 -> perl6 target dependency from root Makefile;
this only occurred on platforms without an executable suffix. Correspondingly,
make perl6 works on Unixy platforms and still works on Windows (though it
invokes make perl6.exe). See RT #49766.
Cygwin may or may not like this.
Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in (original)
+++ trunk/config/gen/makefiles/root.in Sat Mar 29 15:08:41 2008
@@ -804,7 +804,7 @@
# HLL Executable targets
-perl6 : $(PERL6)
+#CONDITIONED_LINE(win32):perl6 : $(PERL6)
$(PERL6) : compilers $(PBC_TO_EXE)
$(MAKE) languages/perl6 perl6$(EXE)