changeset 28058:6c4bc75d35fe

(liblw.a): Don't bother testing for ranlib failing since configure sets it up.
author Dave Love <fx@gnu.org>
date Wed, 08 Mar 2000 19:04:23 +0000
parents 872ca4a12e3d
children 598bd6195b20
files lwlib/Makefile.in
diffstat 1 files changed, 1 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/lwlib/Makefile.in	Wed Mar 08 18:55:10 2000 +0000
+++ b/lwlib/Makefile.in	Wed Mar 08 19:04:23 2000 +0000
@@ -44,11 +44,7 @@
 liblw.a: $(OBJS)
 	$(RM) $@
 	$(AR) $@ $(OBJS)
-	@echo Do not be alarmed if the following ranlib command
-	@echo fails due to the absence of a ranlib program on your system.
-	-$(RANLIB) $@ || true
-#If running ranlib fails, probably there is none.
-#That's ok.  So don't stop the build.
+	$(RANLIB) $@
 
 # Depend on Makefile so that we recompile if TOOLKIT_DEFINES changes.
 lwlib.o:  $(srcdir)/lwlib.c  Makefile