Perl: I don't need CCFLAGS

This commit is contained in:
Tokuhiro Matsuno 2009-07-02 14:43:22 +09:00
parent c3f793aa09
commit e92e99c4d1

View File

@ -6,12 +6,9 @@ perl_version '5.008005';
license 'perl';
can_cc or die "This module requires a C compiler";
my $ccflags = '.';
makemaker_args(
OBJECT => '$(O_FILES)',
LIBS => [''],
CCFLAGS => $ccflags,
clean => {
FILES => q{
*.stackdump