mirror of
https://github.com/yawut/SDL.git
synced 2026-04-24 23:37:09 -05:00
ranlib needs to be run after the library is installed...
This commit is contained in:
parent
f1ae101efd
commit
392f6ebc34
|
|
@ -84,6 +84,7 @@ install-lib:
|
|||
$(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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user