Mercurial > sdl-ios-xcode
diff Makefile.in @ 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 | 1819fd069e89 |
children | 36a5068bf7df |
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