Index: gen/makefiles/befunge.in
===================================================================
RCS file: /cvs/public/parrot/config/gen/makefiles/befunge.in,v
retrieving revision 1.4
diff -r1.4 befunge.in
3c3
< PARROT = ../../parrot
---
> PARROT = ..${slash}..${slash}parrot
Index: gen/makefiles/bf.in
===================================================================
RCS file: /cvs/public/parrot/config/gen/makefiles/bf.in,v
retrieving revision 1.4
diff -r1.4 bf.in
3,4c3,4
< PARROT=../../parrot
< IMCC=../imcc/imcc
---
> PARROT=..${slash}..${slash}parrot
> IMCC=..${slash}imcc${slash}imcc
Index: gen/makefiles/imcc.in
===================================================================
RCS file: /cvs/public/parrot/config/gen/makefiles/imcc.in,v
retrieving revision 1.29
diff -r1.29 imcc.in
8c8
< INC=../../include/parrot
---
> INC=..${slash}..${slash}include${slash}parrot
10c10
< H_FILES = $(INC)/parrot.h imc.h stacks.h cfg.h \
---
> H_FILES = $(INC)${slash}parrot.h imc.h stacks.h cfg.h \
20c20
< O_FILES = $(IMCC_O_FILES) ../../$(PARROTLIB)
---
> O_FILES = $(IMCC_O_FILES) ..${slash}..${slash}$(PARROTLIB)
26c26
< CFLAGS = ${ccflags} ${cc_debug} ${ccwarn} ${cc_hasjit} ${cg_flag}  -I../../include
---
> CFLAGS = ${ccflags} ${cc_debug} ${ccwarn} ${cc_hasjit} ${cg_flag}  -I..${slash}..${slash}include
53c53
< 	@$(PERL) ../../tools/dev/cc_flags.pl ./CFLAGS echo $(CFLAGS) xx$(O) -c xx.c
---
> 	@$(PERL) ..${slash}..${slash}tools${slash}dev${slash}cc_flags.pl .${slash}CFLAGS echo $(CFLAGS) xx$(O) -c xx.c
55c55
< ../../$(PARROTLIB):
---
> ..${slash}..${slash}$(PARROTLIB):
71c71
< 	@$(PERL) ../../tools/dev/cc_flags.pl ./CFLAGS $(CC) $(CFLAGS) ${cc_exe_out}$@ -c $<
---
> 	@$(PERL) ..${slash}..${slash}tools${slash}dev${slash}cc_flags.pl .${slash}CFLAGS $(CC) $(CFLAGS) ${cc_exe_out}$@ -c $<
92c92
< 	$(PERL) t/harness
---
> 	$(PERL) t${slash}harness
Index: gen/makefiles/jako.in
===================================================================
RCS file: /cvs/public/parrot/config/gen/makefiles/jako.in,v
retrieving revision 1.13
diff -r1.13 jako.in
10,12c10,12
< DIR=languages/jako
< TOOL_DIR=../..
< IMCC=../imcc/imcc${exe}
---
> DIR=languages${slash}jako
> TOOL_DIR=..${slash}..
> IMCC=..${slash}imcc${slash}imcc${exe}
15c15
< INTERP=../../${test_prog}
---
> INTERP=..${slash}..${slash}${test_prog}
Index: gen/makefiles/miniperl.in
===================================================================
RCS file: /cvs/public/parrot/config/gen/makefiles/miniperl.in,v
retrieving revision 1.4
diff -r1.4 miniperl.in
9,10c9,10
< TOOL_DIR=../..
< IMCC=../imcc/imcc${exe}
---
> TOOL_DIR=..${slash}..
> IMCC=..${slash}imcc${slash}imcc${exe}
13c13
< INTERP=./${test_prog}
---
> INTERP=.${slash}${test_prog}
Index: gen/makefiles/ook.in
===================================================================
RCS file: /cvs/public/parrot/config/gen/makefiles/ook.in,v
retrieving revision 1.4
diff -r1.4 ook.in
3c3
< PARROT = ../../parrot
---
> PARROT = ..${slash}..${slash}parrot
Index: gen/makefiles/perl6.in
===================================================================
RCS file: /cvs/public/parrot/config/gen/makefiles/perl6.in,v
retrieving revision 1.9
diff -r1.9 perl6.in
5c5
< myperl=$(PERL) -I../../lib
---
> myperl=$(PERL) -I..${slash}..${slash}lib
12,13c12,13
< perl6-config: ../../Makefile pconfig.pl
< 	$(myperl) pconfig.pl ../../Makefile perl6-config
---
> perl6-config: ..${slash}..${slash}Makefile pconfig.pl
> 	$(myperl) pconfig.pl ..${slash}..${slash}Makefile perl6-config
Index: gen/makefiles/scheme.in
===================================================================
RCS file: /cvs/public/parrot/config/gen/makefiles/scheme.in,v
retrieving revision 1.6
diff -r1.6 scheme.in
11,12c11,12
< TOOL_DIR=../..
< ASM = ../../parrot
---
> TOOL_DIR=..${slash}..
> ASM = ..${slash}..${slash}parrot
14c14
< INTERP=./${test_prog}
---
> INTERP=.${slash}${test_prog}
26c26
< 	cd $(TOOL_DIR); $(INTERP) $(DIR)/foo.pbc
---
> 	cd $(TOOL_DIR); $(INTERP) $(DIR)${slash}foo.pbc
