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


The subject says it all.

diff -r -u parrot-orig/config/gen/makefiles/imcc.in 
parrot-andy/config/gen/makefiles/imcc.in
--- parrot-orig/config/gen/makefiles/imcc.in    Tue Aug 27 01:02:28 2002
+++ parrot-andy/config/gen/makefiles/imcc.in    Mon Sep  9 16:15:12 2002
@@ -26,6 +26,8 @@
 YACC = bison -v -y
 LEX = flex
 
+LINK = ${link}
+LINKFLAGS = ${linkflags}
 LD = ${ld}
 LD_SHARED = ${ld_shared}
 LD_OUT = ${ld_out}
@@ -54,4 +56,4 @@
        $(RM_F) imclexer.*
 
 imcc: $(O_FILES)
-       $(LD) $(LD_OUT)imcc $(LDFLAGS) $(O_FILES) $(C_LIBS)
+       $(LINK) $(LD_OUT)imcc $(LINKFLAGS) $(O_FILES) $(C_LIBS)

-- 
    Andy Dougherty              [EMAIL PROTECTED]
    Dept. of Physics
    Lafayette College, Easton PA 18042



Reply via email to