summaryrefslogtreecommitdiff
path: root/mcon/U/libnlist.U
diff options
context:
space:
mode:
Diffstat (limited to 'mcon/U/libnlist.U')
-rw-r--r--mcon/U/libnlist.U12
1 files changed, 6 insertions, 6 deletions
diff --git a/mcon/U/libnlist.U b/mcon/U/libnlist.U
index 8ff18c7..f0f81e6 100644
--- a/mcon/U/libnlist.U
+++ b/mcon/U/libnlist.U
@@ -1,12 +1,12 @@
-?RCS: $Id: libnlist.U,v 3.0.1.1 1997/02/28 16:08:02 ram Exp $
+?RCS: $Id$
?RCS:
-?RCS: Copyright (c) 1991-1993, Raphael Manfredi
+?RCS: Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
?RCS:
?RCS: You may redistribute only under the terms of the Artistic Licence,
?RCS: as specified in the README file that comes with the distribution.
?RCS: You may reuse parts of this distribution only within the terms of
?RCS: that same Artistic Licence; a copy of which may be found at the root
-?RCS: of the source tree for dist 3.0.
+?RCS: of the source tree for dist 4.0.
?RCS:
?RCS: $Log: libnlist.U,v $
?RCS: Revision 3.0.1.1 1997/02/28 16:08:02 ram
@@ -17,7 +17,7 @@
?RCS: Revision 3.0 1993/08/18 12:09:00 ram
?RCS: Baseline for dist 3.0 netwide release.
?RCS:
-?MAKE:libnlist: Loc libpth Guess usrinc mips _a
+?MAKE:libnlist: Loc libpth Guess usrinc _a
?MAKE: -pick add $@ %<
?S:libnlist (libmld):
?S: This variable contains the name of the library required to get the
@@ -25,10 +25,10 @@
?S: Under Sys Vr4, it is -lelf. Otherwise, its value is empty.
?S:.
?T:xxx
-?LINT:use usrinc mips
+?LINT:use usrinc
: see if we need a special library for 'nlist()'
echo " "
-: How about doing this of nlist is not in libc...
+: How about doing this if nlist is not in libc...
if ./mips ; then
libnlist='-lmld'
else