Remove share/info from build tools because it breaks the build when

INFODIR is set.
This commit is contained in:
John Birrell 1998-11-15 10:03:12 +00:00
parent 4896148e72
commit d5f87f1a87
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=41166

View File

@ -1,5 +1,5 @@
#
# $Id: Makefile.inc1,v 1.39 1998/11/05 07:54:05 msmith Exp $
# $Id: Makefile.inc1,v 1.40 1998/11/13 00:59:00 jdp Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include
@ -630,7 +630,6 @@ lib-tools:
${_aout_strip} \
gnu/usr.bin/binutils \
usr.bin/uudecode \
share/info \
usr.bin/objformat
cd ${.CURDIR}/$d; ${MAKE} ${MK_FLAGS} ${_DEPEND}; \
${MAKE} ${MK_FLAGS} all; \