From 93bb8ee6f4baef45e3e481bbffc6b1ef95ed9094 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Wed, 12 Apr 1995 15:12:50 +0000 Subject: (install [$(makemode) == library]): Use `$(RANLIB)', not `ranlib'. --- Makeconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makeconf') diff --git a/Makeconf b/Makeconf index c6dbad10..c2c59699 100644 --- a/Makeconf +++ b/Makeconf @@ -138,7 +138,7 @@ install: $(libname).a $(installhdrs) $(INSTALL_DATA) $(installhdrs) $(includedir)/hurd/ endif $(INSTALL_DATA) $(libname).a $(libdir)/$(libname).a - ranlib $(libdir)/$(libname).a + $(RANLIB) $(libdir)/$(libname).a endif # Provide default. -- cgit v1.2.3