Index: Text-Markdown-Discount-0.11/Makefile.PL --- Text-Markdown-Discount-0.11/Makefile.PL.orig 2013-07-09 23:56:30.000000000 +0200 +++ Text-Markdown-Discount-0.11/Makefile.PL 2013-07-10 20:05:12.025331347 +0200 @@ -4,65 +4,9 @@ use ExtUtils::MakeMaker; use File::Spec; -my $extdir = 'discount'; +my $extdir = '..'; my $myextlib = File::Spec->catfile($extdir, 'libmarkdown.a'); -my $clean_files = join (" ", - map{ File::Spec->catfile($extdir, $_) } - qw ( -Csio.o -basename.o -blocktags -cols -config.cmd -config.h -config.log -config.mak -config.md -config.sub -css.o -docheader.o -dumptree.o -echo -emmatch.o -flags.o -generate.o -html5.o -libmarkdown -libmarkdown.a -librarian.sh -main.o -makepage -markdown -markdown.o -mkd2html -mkd2html.o -mkdio.h -mkdio.o -mktags -pgm_options.o -resource.o -setup.o -tags.o -theme -theme.o -toc.o -theme -theme.o -toc.o -version.c -version.o -xml.o -xmlpage.o - )); - - - -sub MY::postamble { - return sprintf(' -$(MYEXTLIB): - %s -', qq{( cd $extdir; CC='cc -fPIC' sh configure.sh; make )\n}); -} +my $clean_files = ""; WriteMakefile( NAME => 'Text::Markdown::Discount',