From e66437e7a97ab8beb6d3a19f087a90c0f2ee47fa Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sat, 2 May 1998 12:29:48 +0000 Subject: [PATCH] Added patch to build-tools (now needed to make gdb, sigh). Pointed out by: andreas --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 77228dbae7be..68d6fc6aabe4 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.172 1998/04/26 08:40:25 jkh Exp $ +# $Id: Makefile,v 1.173 1998/04/27 16:21:33 bde Exp $ # # While porting to the another architecture include the bootstrap instead # of the normal build. @@ -707,6 +707,7 @@ build-tools: gnu/usr.bin/groff \ gnu/usr.bin/gzip \ gnu/usr.bin/man/makewhatis \ + gnu/usr.bin/patch \ gnu/usr.bin/sort \ gnu/usr.bin/texinfo \ share/info \