diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1997-04-16 01:40:22 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1997-04-16 01:40:22 -0400 |
commit | e4409c408eedf320b8845cafdd62b664bec1afd8 (patch) | |
tree | ccce96259ffd0a5edf9dc05e49262aaf5854fd99 /WWW/Library/Implementation/CommonMakefile | |
parent | 36a66292ee2ec3530d776892d22d6c5ace810ae0 (diff) | |
download | lynx-snapshots-e4409c408eedf320b8845cafdd62b664bec1afd8.tar.gz |
snapshot of project "lynx", label v2-7-1ac_0-6
Diffstat (limited to 'WWW/Library/Implementation/CommonMakefile')
-rw-r--r-- | WWW/Library/Implementation/CommonMakefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/WWW/Library/Implementation/CommonMakefile b/WWW/Library/Implementation/CommonMakefile index bd32f131..dea974b0 100644 --- a/WWW/Library/Implementation/CommonMakefile +++ b/WWW/Library/Implementation/CommonMakefile @@ -30,6 +30,8 @@ # If this env var is set to something else Some makes will use that instead SHELL = /bin/sh +RANLIB = ranlib + # .h files are distributed but originally are made from the # self-documenting hypertext files. @@ -60,12 +62,6 @@ LOB = $(WTMP)/Library/$(WWW_MACH) #WAISCFLAGS = -DDIRECT_WAIS # -# This path, if relative, is taken relative to the directory -# in which this makefile is, not the pwd. This screws up the -# recursive invocation -# include $(CMN)Version.make -include $(ABS)$(WWW)/Library/Implementation/Version.make - # XMOsAIC hack is only for server to cope with xmosaic kludge for mmedia # # add -DNEW_GATEWAY here for the new gateway config stuff @@ -142,7 +138,7 @@ SPECIFIC = $(WWW)/All/*/Makefile.include $(WWW)/All/Implementation/Makefile* \ # for that step $(LOB)/libwww.a : $(COMMON) ar r $(LOB)/libwww.a $(COMMON) - -ranlib $(LOB)/libwww.a + -$(RANLIB) $(LOB)/libwww.a # Clean up everything generatable except final products clean : |