Index: stackdir.pl
===================================================================
RCS file: /cvs/public/parrot/config/auto/stackdir.pl,v
retrieving revision 1.2
diff -b -u -r1.2 stackdir.pl
--- stackdir.pl	21 Oct 2002 13:48:35 -0000	1.2
+++ stackdir.pl	29 Oct 2002 10:23:22 -0000
@@ -29,7 +29,7 @@
         die "C compiler failed (see test1.cco)";
     system("$cc $ccflags -I./include -c test2.c >test2.cco $redir_err") and 
         die "C compiler failed (see test2.cco)";
-    system("$link $linkflags ${cc_exe_out}test$exe test0$o test1$o test2$o $libs >test.ldo $redir_err") and 
+    system("$link $linkflags ${ldout}test$exe test0$o test1$o test2$o $libs >test.ldo $redir_err") and 
 	die "Linker failed (see test.ldo)";
 
   my %results=eval cc_run();
