diff --git a/modules/Makefile.in b/modules/Makefile.in index 0fac5c99..18c6210a 100644 --- a/modules/Makefile.in +++ b/modules/Makefile.in @@ -30,13 +30,11 @@ FILES := $(basename $(wildcard *.cpp)) endif ifneq "$(PERL)" "" -PERLCC := -DHAVE_PERL `$(PERL) -MExtUtils::Embed -e perl_inc` -PERLLD := `$(PERL) -MExtUtils::Embed -e perl_inc -e ldopts` -PERLHOOK := modperl_install +modperlFLAGS := `$(PERL) -MExtUtils::Embed -e perl_inc -e ldopts` +PERLHOOK := modperl_install else FILES := $(shell echo $(FILES) | sed -e "s/modperl//") endif -modperlFLAGS := $(PERLLD) $(PERLCC) ifeq "@SASL@" "" FILES := $(shell echo $(FILES) | sed -e "s/saslauth//")