diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2004-01-25 02:09:48 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2004-01-25 02:09:48 -0500 |
commit | a667eb0b51f7cb224924921194b4dfadfded3095 (patch) | |
tree | e3c6800a040d21880b2cb54db6a97f76049dc487 /WWW/Library/Implementation/makefile.in | |
parent | 264781cf73284efb1e6eb24c3c71d46ce36685aa (diff) | |
download | lynx-snapshots-a667eb0b51f7cb224924921194b4dfadfded3095.tar.gz |
snapshot of project "lynx", label v2-8-5pre_3
Diffstat (limited to 'WWW/Library/Implementation/makefile.in')
-rw-r--r-- | WWW/Library/Implementation/makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WWW/Library/Implementation/makefile.in b/WWW/Library/Implementation/makefile.in index c6af29c1..e3d47eab 100644 --- a/WWW/Library/Implementation/makefile.in +++ b/WWW/Library/Implementation/makefile.in @@ -167,7 +167,7 @@ depend : # On SGI, ranlib is unnecessary and does not exist so we ignore errors # for that step $(LOB)/libwww.a : $(COMMON) - ar r $(LOB)/libwww.a $(COMMON) + @AR@ @AR_OPTS@ $(LOB)/libwww.a $(COMMON) -$(RANLIB) $(LOB)/libwww.a # Clean up everything generatable except final products |