aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--Makefile.in1
-rw-r--r--Makefile.tpl1
3 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 164e10d..40885e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/Makefile.in b/Makefile.in
index 4a5ad2e..b3d2d27 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 98c7260..baf1afa 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