Removed share/info from build-tools. It should never have been there,

and became redundant when it was put in SUBDIR, and became bogus when
WORLDTMP was introduced, and became broken when INFODIR was introduced.

PR:		6138
This commit is contained in:
Bruce Evans 1998-05-10 16:51:07 +00:00
parent f135a2b210
commit b709987938
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=35913

View File

@ -1,5 +1,5 @@
#
# $Id: Makefile,v 1.174 1998/05/02 12:29:48 bde Exp $
# $Id: Makefile,v 1.175 1998/05/08 21:29:35 jb Exp $
#
# While porting to the another architecture include the bootstrap instead
# of the normal build.
@ -710,7 +710,6 @@ build-tools:
gnu/usr.bin/patch \
gnu/usr.bin/sort \
gnu/usr.bin/texinfo \
share/info \
usr.bin/basename \
usr.bin/cap_mkdb \
usr.bin/chflags \