diff options
author | SADA Kenji <sada@FreeBSD.org> | 1999-10-17 21:51:14 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 1999-10-17 21:51:14 +0000 |
commit | c8fb2901caed15c2c85806fe9c2a1ca6ff34ff7d (patch) | |
tree | 54bd6358b7eabfdfd08394b2c0283f1af56ee3a1 /www | |
parent | Updated to version 1.1.4 (diff) |
Make good the notation for making c++rt0.o.
Now we should set OBJFORMAT=aout when we build a.out csu libs.
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=22497
Diffstat (limited to 'www')
-rw-r--r-- | www/flashplugin/files/message.nolib | 4 | ||||
-rw-r--r-- | www/libxpg4-ns/files/message.nolib | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/flashplugin/files/message.nolib b/www/flashplugin/files/message.nolib index c1d81c95e326..6cca45434bfe 100644 --- a/www/flashplugin/files/message.nolib +++ b/www/flashplugin/files/message.nolib @@ -4,6 +4,6 @@ You could prepare them as: 1. extract /usr/src/lib (distribution files: src/slib.??) 2. cd /usr/src/lib/csu/i386 -3. make clean depend -4. make all install +3. make depend +4. make OBJFORMAT=aout clean all install === diff --git a/www/libxpg4-ns/files/message.nolib b/www/libxpg4-ns/files/message.nolib index c1d81c95e326..6cca45434bfe 100644 --- a/www/libxpg4-ns/files/message.nolib +++ b/www/libxpg4-ns/files/message.nolib @@ -4,6 +4,6 @@ You could prepare them as: 1. extract /usr/src/lib (distribution files: src/slib.??) 2. cd /usr/src/lib/csu/i386 -3. make clean depend -4. make all install +3. make depend +4. make OBJFORMAT=aout clean all install === |