Add libmagic to the explicit build-tools list.

This commit is contained in:
Peter Wemm 2004-09-16 00:22:59 +00:00
parent a02bcc107c
commit 7eb8f6f303

View File

@ -44,6 +44,7 @@ unset DESTDIR
# libncurses needs a build-tools pass first. I wish build-tools was a recursive target.
(cd lib/libncurses; make -s build-tools)
(cd lib/libmagic; make -s build-tools)
# Now the libraries. This doesn't work for gnuregex yet. hence -k.
# libbind is just an internal target, ignore it.