X-Git-Url: http://git.ipfire.org/?p=people%2Fms%2Flibloc.git;a=blobdiff_plain;f=Makefile.am;h=4b865f1635c432ea3538365a35550b6c57f3aa7b;hp=ebd7e1771c896d479c9a1be0439e94803d86190c;hb=37a20a793f1d415ff8384a904efed03c7285c0ef;hpb=a17c353bce55a9f38f67b4b7d2425194cfa208e7 diff --git a/Makefile.am b/Makefile.am index ebd7e17..4b865f1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -228,9 +228,9 @@ build-perl: @test -e $(builddir)/src/perl/t/Location.t || ln -s --relative $(srcdir)/src/perl/t/Location.t $(builddir)/src/perl/t/ @test -e $(builddir)/src/perl/typemap || ln -s --relative $(srcdir)/src/perl/typemap $(builddir)/src/perl/ - cd $(builddir)/src/perl && $(PERL) Makefile.PL PREFIX="$(prefix)" \ + cd $(builddir)/src/perl && $(PERL) Makefile.PL INSTALLDIRS=vendor \ INC="-I$(abs_srcdir)/src" LIBS="-L$(abs_builddir)/src/.libs -lloc" - cd $(builddir)/src/perl && $(MAKE) CC="$(CC)" LD="$(LD)" LD_RUN_PATH= + cd $(builddir)/src/perl && $(MAKE) LD_RUN_PATH= .PHONY: check-perl check-perl: testdata.db @@ -406,7 +406,7 @@ MANPAGES_XML = $(patsubst %.txt,%.xml,$(MANPAGES_TXT)) .PHONY: man man: $(MANPAGES) $(MANPAGES_HTML) -if ENABLE_MANPAGES +if ENABLE_MAN_PAGES man_MANS = \ $(MANPAGES) endif