Makefile.tpl (RANLIB): Define.

* Makefile.tpl (RANLIB): Define.
	* Makefile.in: Regenerate.

From-SVN: r62913
This commit is contained in:
Rainer Orth 2003-02-14 20:35:24 +00:00 committed by Rainer Orth
parent ce5b5a5e54
commit 70f91f5046
3 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* Makefile.tpl (RANLIB): Define.
* Makefile.in: Regenerate.
2003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
* MAINTAINERS: Update my email.

View File

@ -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

View File

@ -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