From d429f7bff8dc07f4dda961326f161d0c0708fa54 Mon Sep 17 00:00:00 2001 From: imaginos Date: Sun, 9 Jul 2006 20:03:48 +0000 Subject: [PATCH] only need perl_inc for this guy git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@740 726aef4b-f618-498e-8847-2d620e286838 --- modules/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/Makefile.in b/modules/Makefile.in index 82172dd7..62ec3e0f 100644 --- a/modules/Makefile.in +++ b/modules/Makefile.in @@ -5,8 +5,8 @@ INCLUDES=@INCLUDES@ -I.. LIBS=@LIBS@ PERL=@PERL@ ifneq "$(PERL)" "" -PERLCC=-DHAVE_PERL `$(PERL) -MExtUtils::Embed -e ccopts` -PERLLD=`$(PERL) -MExtUtils::Embed -e ccopts -e ldopts` +PERLCC=-DHAVE_PERL `$(PERL) -MExtUtils::Embed -e perl_inc` +PERLLD=`$(PERL) -MExtUtils::Embed -e perl_inc -e ldopts` endif VPATH=.:..