# New Ticket Created by  Andy Dougherty 
# Please include the string:  [perl #23815]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt2/Ticket/Display.html?id=23815 >


This fixes an apparent obvious typo in the Jako Makefile. I also put in
the cd-back-to-the-original-directory idiom for Windows systems where a
'cd' persists across commands invoked by 'make'.

diff -r -u parrot-orig/config/gen/makefiles/jako.in 
parrot-andy/config/gen/makefiles/jako.in
--- parrot-orig/config/gen/makefiles/jako.in    Wed Aug 13 10:37:36 2003
+++ parrot-andy/config/gen/makefiles/jako.in    Mon Sep 15 15:29:15 2003
@@ -75,7 +75,7 @@
 ../imcc/imcc:

 imcc: ../imcc/imcc${exe}
-       @cd ../imcc make
+       @cd ../imcc && $(MAKE) && cd ../jako

 examples/bench.pasm:      examples/bench.imc      imcc
 examples/board.pasm:      examples/board.imc      imcc

-- 
    Andy Dougherty              [EMAIL PROTECTED]


Reply via email to