No need for RANLIB make variable anymore

This commit is contained in:
Ulrich Drepper 2011-05-31 00:09:58 -04:00
parent 83796ee077
commit 5b27a807d5
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2011-05-31 Ulrich Drepper <drepper@gmail.com>
* config.make.in (RANLIB): Remove entry.
2011-05-30 Ulrich Drepper <drepper@gmail.com>
* po/Makefile (po-sed-cmd): Add ksh to extensions.

View File

@ -110,7 +110,6 @@ BUILD_CC = @BUILD_CC@
CFLAGS = @CFLAGS@
ASFLAGS-config = @ASFLAGS_config@
AR = @AR@
RANLIB = @RANLIB@
MAKEINFO = @MAKEINFO@
AS = $(CC) -c
MIG = @MIG@