* Makefile.tpl (RANLIB): Define.

* Makefile.in: Regenerate.
This commit is contained in:
DJ Delorie 2003-02-14 21:15:37 +00:00
parent 4d9ba012a9
commit 462b729762
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-06 Keith R Seitz <keiths@redhat.com>
* Makefile.def: Remove "snavigator", "grep", and "db" modules.

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