diff options
author | markm <markm@FreeBSD.org> | 1999-09-25 06:59:10 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 1999-09-25 06:59:10 +0000 |
commit | 096f256383892ffd70a8d2a1fd80787ced9b65cb (patch) | |
tree | 1b62effa4f196e3a9244f5eff5c65f82de76c799 /gnu | |
parent | 6da1282107909e239941f7f598ffee04b4c96534 (diff) | |
download | FreeBSD-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.inc | 4 | ||||
-rw-r--r-- | gnu/usr.bin/perl/x2p/Makefile.inc | 2 |
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= |