--- IO-AIO/Makefile.PL 2015/06/13 00:06:13 1.34 +++ IO-AIO/Makefile.PL 2018/08/12 05:21:35 1.35 @@ -31,8 +31,8 @@ $LIBS = ["$ENV{LIBS} -L/gtk/lib -lpthreadVC2"]; } - open my $fh, ">libeio/config.h" - or die "libeio/config.h: $!"; + open my $fh, ">config.h" + or die "config.h: $!"; print $fh < "./configure --prefix \Q$Config{prefixexp}\E" and exit $? >> 8; @@ -100,7 +101,7 @@ SUFFIX => '.gz', }, depend => { - "AIO.c" => "schmorp.h libeio/eio.h libeio/xthread.h libeio/etp.c libeio/eio.c libeio/config.h", + "AIO.c" => "schmorp.h libeio/eio.h libeio/xthread.h libeio/etp.c libeio/eio.c config.h", }, NAME => "IO::AIO", VERSION_FROM => "AIO.pm", @@ -114,7 +115,7 @@ PREREQ_PM => { "common::sense" => 0, }, - clean => { FILES => "libeio/config.h libeio/config.log libeio/config.status" }, + clean => { FILES => "config.h libeio/config.h libeio/config.log libeio/config.status" }, }); $mm->flush;