Mercurial > sdl-ios-xcode
changeset 1414:4fe98eace733
ranlib needs to be run after the library is installed...
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 21 Feb 2006 22:30:43 +0000 |
parents | 40edc79b0926 |
children | a30f8553eeb1 |
files | Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.in Tue Feb 21 22:12:55 2006 +0000 +++ b/Makefile.in Tue Feb 21 22:30:43 2006 +0000 @@ -84,6 +84,7 @@ $(SHELL) $(auxdir)/mkinstalldirs $(libdir) $(LIBTOOL) --mode=install $(INSTALL) $(objects)/$(TARGET) $(libdir)/$(TARGET) $(INSTALL) -m 644 $(objects)/$(SDLMAIN_TARGET) $(libdir)/$(SDLMAIN_TARGET) + @RANLIB@ $(libdir)/$(SDLMAIN_TARGET) install-data: $(SHELL) $(auxdir)/mkinstalldirs $(datadir)/aclocal $(INSTALL) -m 644 $(srcdir)/sdl.m4 $(datadir)/aclocal/sdl.m4