aboutsummaryrefslogtreecommitdiff
path: root/tools/lib32
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2004-09-15 23:01:28 +0000
committerPeter Wemm <peter@FreeBSD.org>2004-09-15 23:01:28 +0000
commit1a3cfcce6bc6128b9d039a8ee937314013b74655 (patch)
tree852ef1360849d6be20e54535365737625fb2f34d /tools/lib32
parent08dbd671ff3ea7157e56c69fc04910a14c7e0f6d (diff)
downloadsrc-1a3cfcce6bc6128b9d039a8ee937314013b74655.tar.gz
src-1a3cfcce6bc6128b9d039a8ee937314013b74655.zip
Fix typo in rev 1.2 "-DNOINFOall" should be "-DNOINFO all"
Notes
Notes: svn path=/head/; revision=135281
Diffstat (limited to 'tools/lib32')
-rw-r--r--tools/lib32/build32.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lib32/build32.sh b/tools/lib32/build32.sh
index b08a02051332..93207713ea97 100644
--- a/tools/lib32/build32.sh
+++ b/tools/lib32/build32.sh
@@ -60,7 +60,7 @@ make -s -DNO_BIND -DNOMAN -DNODOC -DNOINFO -k libraries
# an alternate install directory.
unset CC
export CC="cc -I/tmp/i386/root/usr/include/gnu $CCARGS"
-(cd gnu/lib/libregex; make -k -DNOMAN -DNODOC -DNOINFOall install)
+(cd gnu/lib/libregex; make -k -DNOMAN -DNODOC -DNOINFO all install)
# and now that we have enough libraries, build ld-elf32.so.1
cd libexec/rtld-elf