summaryrefslogtreecommitdiffstats
path: root/tools/lib32
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2004-09-15 23:01:28 +0000
committerpeter <peter@FreeBSD.org>2004-09-15 23:01:28 +0000
commitcea236373ed4520bbdbe0c8692d09306d03c42de (patch)
tree852ef1360849d6be20e54535365737625fb2f34d /tools/lib32
parent02df7323ee036c2be0e7631cf9409b60dfd8c639 (diff)
downloadFreeBSD-src-cea236373ed4520bbdbe0c8692d09306d03c42de.zip
FreeBSD-src-cea236373ed4520bbdbe0c8692d09306d03c42de.tar.gz
Fix typo in rev 1.2 "-DNOINFOall" should be "-DNOINFO all"
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 b08a020..9320771 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
OpenPOWER on IntegriCloud