diff options
author | Roland McGrath <roland@redhat.com> | 1993-10-14 21:04:51 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1993-10-14 21:04:51 +0000 |
commit | 7cb595fc604d1d041f0973be7319b8ee4a34a055 (patch) | |
tree | be8a33d71aefe6b2c3d5905875fbe94d21d8f0d7 | |
parent | 4cbe738cfb130d0b40e3a31f70802f394afc98b3 (diff) | |
download | gunmake-7cb595fc604d1d041f0973be7319b8ee4a34a055.tar.gz |
Formerly compatMakefile.~85~
-rw-r--r-- | compatMakefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/compatMakefile b/compatMakefile index 5827dde..9847ce3 100644 --- a/compatMakefile +++ b/compatMakefile @@ -31,6 +31,9 @@ CC = @CC@ CFLAGS = @CFLAGS@ LDFLAGS = @LDFLAGS@ +# How to invoke ranlib. This is only used by the `glob' subdirectory. +RANLIB = @RANLIB@ + # Define these for your system as follows: # -DNO_ARCHIVES To disable `ar' archive support. # -DNO_FLOAT To avoid using floating-point numbers. @@ -169,6 +172,7 @@ MAKE = make glob/libglob.a: FORCE config.h cd glob; $(MAKE) CC='$(CC)' CFLAGS='$(CFLAGS) -I..' \ CPPFLAGS='$(CPPFLAGS) -DHAVE_CONFIG_H' \ + RANLIB='$(RANLIB)' \ libglob.a FORCE: |