From: DJ Delorie Date: Fri, 14 Feb 2003 21:15:37 +0000 (+0000) Subject: * Makefile.tpl (RANLIB): Define. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=72e60e02284ad5c6099c0b809f80f02fd22e9cb6;p=binutils-gdb.git * Makefile.tpl (RANLIB): Define. * Makefile.in: Regenerate. --- diff --git a/ChangeLog b/ChangeLog index 164e10d2d4b..40885e4a92b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-02-14 Rainer Orth + + * Makefile.tpl (RANLIB): Define. + * Makefile.in: Regenerate. + 2003-02-06 Keith R Seitz * Makefile.def: Remove "snavigator", "grep", and "db" modules. diff --git a/Makefile.in b/Makefile.in index 4a5ad2e7ece..b3d2d275682 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 98c7260bc0a..baf1afa24d1 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