Rename a macro; it gets set at "make world" time, and I had a local
mod that masked this. D'uh.
This commit is contained in:
parent
c72561ae94
commit
535989d7d0
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PERL5SRC?= ${.CURDIR}/../../../../contrib/perl5
|
||||
PERL5LIB?= ${.CURDIR}/../libperl
|
||||
PERL5LIBSRC?= ${.CURDIR}/../libperl
|
||||
|
||||
BINDIR?= /usr/bin
|
||||
|
||||
@ -68,7 +68,7 @@ PERL_DEBUGGING?= no
|
||||
CFLAGS+= -DDEBUGGING
|
||||
.endif
|
||||
|
||||
config.sh: ${PERL5LIB}/config.SH-${THREAD}${OBJFORMAT}.${MACHINE_ARCH}
|
||||
config.sh: ${PERL5LIBSRC}/config.SH-${THREAD}${OBJFORMAT}.${MACHINE_ARCH}
|
||||
ln -sf ${.OODATE} ${.TARGET}
|
||||
|
||||
config.h: links config_h.sh config.sh
|
||||
|
@ -3,7 +3,7 @@
|
||||
#
|
||||
|
||||
PERL5SRC= ${.CURDIR}/../../../../../contrib/perl5
|
||||
PERL5LIB= ${.CURDIR}/../../libperl
|
||||
PERL5LIBSRC= ${.CURDIR}/../../libperl
|
||||
MINIPERLOPT?= -I${.OBJDIR}/../../perl/lib -I${.OBJDIR}/../../perl
|
||||
|
||||
STRIP=
|
||||
|
Loading…
x
Reference in New Issue
Block a user