diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2004-09-16 00:22:59 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2004-09-16 00:22:59 +0000 |
| commit | 7eb8f6f303b2025dc4e64403f51a6ae81da20019 (patch) | |
| tree | cf9ce0ef34da7275e43104833a7ae63142e8f7b6 | |
| parent | a02bcc107c2fbc886f9774798f67648bbf0323b1 (diff) | |
Notes
| -rw-r--r-- | tools/lib32/build32.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/lib32/build32.sh b/tools/lib32/build32.sh index d67d61d3e2822..8dfcbe588b743 100644 --- a/tools/lib32/build32.sh +++ b/tools/lib32/build32.sh @@ -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. |
