mirror of
https://github.com/yawut/SDL.git
synced 2026-06-01 09:14:13 -05:00
Fixed bug #436
The install-lib target should depend on the libraries that are built. --HG-- branch : SDL-1.2
This commit is contained in:
parent
cd531d2e31
commit
492a3cac81
|
|
@ -90,7 +90,7 @@ install-hdrs:
|
|||
$(INSTALL) -m 644 $(srcdir)/include/$$file $(includedir)/SDL/$$file; \
|
||||
done
|
||||
$(INSTALL) -m 644 include/SDL_config.h $(includedir)/SDL/SDL_config.h
|
||||
install-lib:
|
||||
install-lib: $(objects) $(objects)/$(TARGET) $(objects)/$(SDLMAIN_TARGET)
|
||||
$(SHELL) $(auxdir)/mkinstalldirs $(libdir)
|
||||
$(LIBTOOL) --mode=install $(INSTALL) $(objects)/$(TARGET) $(libdir)/$(TARGET)
|
||||
$(INSTALL) -m 644 $(objects)/$(SDLMAIN_TARGET) $(libdir)/$(SDLMAIN_TARGET)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user