# New Ticket Created by Andy Dougherty # Please include the string: [perl #31672] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31672 >
Solaris make had trouble with the $< variable in languages/m4/Makefile. This patch fixes it. diff -r -u parrot-current/config/gen/makefiles/m4.in parrot-andy/config/gen/makefiles/m4.in --- parrot-current/config/gen/makefiles/m4.in Sat Jul 10 11:00:07 2004 +++ parrot-andy/config/gen/makefiles/m4.in Wed Sep 22 12:48:43 2004 @@ -60,7 +60,7 @@ $(LN_SF) src/m4.pbc $(M4_EVAL_COMPILER_SO): src/eval.c - $(CC) $(CFLAGS) $(CC_SHARED) $(DEBUG) $(WARN) -c $< + $(CC) $(CFLAGS) $(CC_SHARED) $(DEBUG) $(WARN) -c src/eval.c $(LD) $(LD_SHARED) $(LDFLAGS) -o $@ eval.o -- Andy Dougherty [EMAIL PROTECTED]