Make perl a build tool since it is required during a make depend.
This should fix the problem people have been having with perl/usub.
This commit is contained in:
parent
23ea9f7e98
commit
0c2e53a8b0
3
Makefile
3
Makefile
@ -1,5 +1,5 @@
|
||||
#
|
||||
# $Id: Makefile,v 1.177 1998/05/15 17:12:00 bde Exp $
|
||||
# $Id: Makefile,v 1.178 1998/05/16 22:20:44 jb Exp $
|
||||
#
|
||||
# While porting to the another architecture include the bootstrap instead
|
||||
# of the normal build.
|
||||
@ -708,6 +708,7 @@ build-tools:
|
||||
gnu/usr.bin/gzip \
|
||||
gnu/usr.bin/man/makewhatis \
|
||||
gnu/usr.bin/patch \
|
||||
gnu/usr.bin/perl/perl \
|
||||
gnu/usr.bin/sort \
|
||||
gnu/usr.bin/texinfo \
|
||||
usr.bin/basename \
|
||||
|
Loading…
Reference in New Issue
Block a user