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 | |
parent | 4d9ba012a9774733c3224162e104d124987e492b (diff) | |
download | newlib-462b729762136de221b4eab66f79544c856743e6.zip newlib-462b729762136de221b4eab66f79544c856743e6.tar.gz newlib-462b729762136de221b4eab66f79544c856743e6.tar.bz2 |
* Makefile.tpl (RANLIB): Define.
* Makefile.in: Regenerate.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Makefile.in | 1 | ||||
-rw-r--r-- | Makefile.tpl | 1 |
3 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> + + * Makefile.tpl (RANLIB): Define. + * Makefile.in: Regenerate. + 2003-02-06 Keith R Seitz <keiths@redhat.com> * Makefile.def: Remove "snavigator", "grep", and "db" modules. diff --git a/Makefile.in b/Makefile.in index 4a5ad2e..b3d2d27 100644 --- a/Makefile.in +++ b/Makefile.in @@ -107,6 +107,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 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 |