From b7099879385492f6cd92c0b03551f82ef53f380c Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sun, 10 May 1998 16:51:07 +0000 Subject: [PATCH] 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 --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 392123be7495..8cb30c107782 100644 --- a/Makefile +++ b/Makefile @@ -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 \