diff options
author | DJ Delorie <dj@redhat.com> | 2003-02-14 21:15:37 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2003-02-14 21:15:37 +0000 |
commit | 462b729762136de221b4eab66f79544c856743e6 (patch) | |
tree | d7b2569c3d367241ca6388d0d21ad4f72bb3c06a /Makefile.tpl | |
parent | 4d9ba012a9774733c3224162e104d124987e492b (diff) | |
download | newlib-462b729762136de221b4eab66f79544c856743e6.zip newlib-462b729762136de221b4eab66f79544c856743e6.tar.gz newlib-462b729762136de221b4eab66f79544c856743e6.tar.bz2 |
* Makefile.tpl (RANLIB): Define.
* Makefile.in: Regenerate.
Diffstat (limited to 'Makefile.tpl')
-rw-r--r-- | Makefile.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.tpl b/Makefile.tpl index 98c7260..baf1afa 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -110,6 +110,7 @@ INSTALL_DATA = $(INSTALL) -m 644 AS = @AS@ AR = @AR@ AR_FLAGS = rc +RANLIB = @RANLIB@ CC = @CC@ # Special variables passed down in EXTRA_GCC_FLAGS. They are defined |