* Makefile.tpl (RANLIB): Define.
* Makefile.in: Regenerate.
This commit is contained in:
parent
4d9ba012a9
commit
462b729762
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue