From cea236373ed4520bbdbe0c8692d09306d03c42de Mon Sep 17 00:00:00 2001 From: peter Date: Wed, 15 Sep 2004 23:01:28 +0000 Subject: Fix typo in rev 1.2 "-DNOINFOall" should be "-DNOINFO all" --- tools/lib32/build32.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/lib32') 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 -- cgit v1.1