On 11/6/06, Roderich Schupp <[EMAIL PROTECTED]> wrote:
If this works, change myldr/Makefile.PL accordingly.

Patch attached (against PAR-0.957).

Cheers, Roderich
--- myldr/Makefile.PL.orig	2006-11-06 19:26:09.000000000 +0100
+++ myldr/Makefile.PL	2006-11-06 19:32:45.000000000 +0100
@@ -224,7 +224,9 @@
 $parldyn_exe: $par_exe
 	$par_exe -I../myldr/.. -I../blib/lib $lib_path -q -B -O\$@
 
-$static_exe: sha1$o my_perl.c my_par.c static$o
+static$o: my_perl.c my_par.c mktmpdir.c
+
+$static_exe: sha1$o static$o
 	\$(LD) static$o \$(STATIC_LDFLAGS) $res $out$static_exe_link
 	\$(PERL) parlsig.pl $static_exe $par_exe $dynperl $chunk_size
 

Reply via email to