Mercurial > sdl-ios-xcode
changeset 1764:4b2f27334dce
The install target depends on the libraries being built
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 04 May 2006 13:47:19 +0000 |
parents | 1c8672065e3b |
children | c2c6ff414ef5 |
files | Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.in Thu May 04 12:08:05 2006 +0000 +++ b/Makefile.in Thu May 04 13:47:19 2006 +0000 @@ -78,7 +78,7 @@ $(AR) cru $@ $(SDLMAIN_OBJECTS) $(RANLIB) $@ -install: install-bin install-hdrs install-lib install-data install-man +install: all install-bin install-hdrs install-lib install-data install-man install-bin: $(SHELL) $(auxdir)/mkinstalldirs $(bindir) $(INSTALL) -m 755 sdl-config $(bindir)/sdl-config