Remove extraneous trailing slash from MASTERDIR.

Reported by:   Matthew Seaman <m.seaman@infracaninophile.co.uk>
This commit is contained in:
Gerald Pfeifer 2006-07-23 17:24:01 +00:00
parent 35412b878e
commit d834e98538
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=168570
3 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@
# $FreeBSD$
#
MASTERDIR= ${.CURDIR}/../linux_dist-gentoo-stage1/
MASTERDIR= ${.CURDIR}/../linux_dist-gentoo-stage1
WITH_LINUXBASE= yes
.include "${MASTERDIR}/Makefile"

View file

@ -4,7 +4,7 @@
#
# $FreeBSD$
MASTERDIR= ${.CURDIR}/../linux_dist-gentoo-stage2/
MASTERDIR= ${.CURDIR}/../linux_dist-gentoo-stage2
WITH_LINUXBASE= yes
.include "${MASTERDIR}/Makefile"

View file

@ -4,7 +4,7 @@
#
# $FreeBSD$
MASTERDIR= ${.CURDIR}/../linux_dist-gentoo-stage3/
MASTERDIR= ${.CURDIR}/../linux_dist-gentoo-stage3
WITH_LINUXBASE= yes
.include "${MASTERDIR}/Makefile"