diff options
Diffstat (limited to 'Makefile.inc1')
-rw-r--r-- | Makefile.inc1 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1 index 4593536..74756b9 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -1398,6 +1398,7 @@ _texinfo= gnu/usr.bin/texinfo/libtxi \ ${_bt}-gnu/usr.bin/texinfo/install-info: ${_bt}-gnu/usr.bin/texinfo/libtxi ${_bt}-gnu/usr.bin/texinfo/makeinfo: ${_bt}-gnu/usr.bin/texinfo/libtxi .endif + bootstrap-tools: .PHONY # Please document (add comment) why something is in 'bootstrap-tools'. @@ -1589,7 +1590,6 @@ native-xtools: .PHONY bin/realpath \ bin/rm \ bin/rmdir \ - bin/sh \ bin/sleep \ ${_clang_tblgen} \ usr.bin/ar \ @@ -1607,7 +1607,6 @@ native-xtools: .PHONY usr.bin/bzip2 \ usr.bin/cmp \ usr.bin/dirname \ - usr.bin/env \ usr.bin/fetch \ usr.bin/find \ usr.bin/grep \ @@ -1619,7 +1618,6 @@ native-xtools: .PHONY usr.bin/mt \ usr.bin/patch \ usr.bin/sed \ - usr.bin/sort \ usr.bin/tar \ usr.bin/touch \ usr.bin/tr \ |