From 245e563857f070173237dd9b6e62ae0462a02371 Mon Sep 17 00:00:00 2001 From: Doug MacEachern Date: Thu, 13 Aug 2009 16:34:11 -0700 Subject: [PATCH] .cpp -> .o --- bindings/perl/Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/perl/Makefile.PL b/bindings/perl/Makefile.PL index b4bd624f..c768e976 100644 --- a/bindings/perl/Makefile.PL +++ b/bindings/perl/Makefile.PL @@ -25,7 +25,7 @@ else { my $flags = SigarBuild::flags(); my(@inline_src) = SigarBuild::inline_src($flags); push @clean_files, @inline_src; - my(@object) = ('Sigar.o', map { s/c$/o/; $_ } @inline_src); + my(@object) = ('Sigar.o', map { s/cp{0,2}$/o/; $_ } @inline_src); my(@libs) = map { "-l$_" } @{$flags->{libs}}; @mm_args = (