summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1999-09-25 06:59:10 +0000
committermarkm <markm@FreeBSD.org>1999-09-25 06:59:10 +0000
commit096f256383892ffd70a8d2a1fd80787ced9b65cb (patch)
tree1b62effa4f196e3a9244f5eff5c65f82de76c799 /gnu
parent6da1282107909e239941f7f598ffee04b4c96534 (diff)
downloadFreeBSD-src-096f256383892ffd70a8d2a1fd80787ced9b65cb.zip
FreeBSD-src-096f256383892ffd70a8d2a1fd80787ced9b65cb.tar.gz
Rename a macro; it gets set at "make world" time, and I had a local
mod that masked this. D'uh.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/perl/Makefile.inc4
-rw-r--r--gnu/usr.bin/perl/x2p/Makefile.inc2
2 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/perl/Makefile.inc b/gnu/usr.bin/perl/Makefile.inc
index a5070c0..b6b4d91 100644
--- a/gnu/usr.bin/perl/Makefile.inc
+++ b/gnu/usr.bin/perl/Makefile.inc
@@ -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
diff --git a/gnu/usr.bin/perl/x2p/Makefile.inc b/gnu/usr.bin/perl/x2p/Makefile.inc
index b19031f..335ffd7 100644
--- a/gnu/usr.bin/perl/x2p/Makefile.inc
+++ b/gnu/usr.bin/perl/x2p/Makefile.inc
@@ -3,7 +3,7 @@
#
PERL5SRC= ${.CURDIR}/../../../../../contrib/perl5
-PERL5LIB= ${.CURDIR}/../../libperl
+PERL5LIBSRC= ${.CURDIR}/../../libperl
MINIPERLOPT?= -I${.OBJDIR}/../../perl/lib -I${.OBJDIR}/../../perl
STRIP=
OpenPOWER on IntegriCloud