diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-04-12 15:12:50 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-04-12 15:12:50 +0000 |
commit | 93bb8ee6f4baef45e3e481bbffc6b1ef95ed9094 (patch) | |
tree | bb1c0dcb1e296d637359984e813df3b88acd3f11 /Makeconf | |
parent | 4b3f9f58db065c92f546cf01a78a15bce42f8f3c (diff) |
(install [$(makemode) == library]): Use `$(RANLIB)', not `ranlib'.
Diffstat (limited to 'Makeconf')
-rw-r--r-- | Makeconf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |